remediation

Automate safe implementation of findings from a FINDINGS_REGISTER.md register.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/skylarsabo/code-ops --skill remediation-skylarsabo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remediation
Source: https://github.com/skylarsabo/code-ops/tree/main/plugins/code-ops-suite/skills/remediation
Command: npx skills add https://github.com/skylarsabo/code-ops --skill remediation-skylarsabo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the implementation of findings from an existing register, ensuring high-quality and safe remediation without re-introducing issues.

Core Features & Use Cases

  • Implement Findings: Execute the implementation of needs-review and needs-design items from a FINDINGS_REGISTER.md.
  • Conflict-Aware Orchestration: Utilizes conflict-aware parallel orchestration for efficient and safe implementation.
  • Implementation Loop: Includes an implementation loop for validating new code changes and handling conflicts.
  • Use Case: When you have a FINDINGS_REGISTER.md and need to implement its findings safely, use this skill to create atomic, reviewable branches/PRs, and maintain a detailed implementation log.

Quick Start

Invoke the remediation skill with the command /code-ops-suite:remediation.

Frequently Asked Questions about remediation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the implementation of findings from a findings register safely?

To automate findings implementation safely, use a remediation skill that processes a FINDINGS_REGISTER.md register, applies conflict-aware parallel orchestration, and validates new code changes. It generates atomic, reviewable branches and PRs while maintaining a detailed implementation log.

What is conflict-aware parallel orchestration for software remediation?

Conflict-aware parallel orchestration is a remediation mechanism that executes multiple findings implementations simultaneously while detecting and resolving code conflicts. This approach integrates changes continuously and validates new code to ensure quality and safety throughout the software development process.

How do I implement needs-review and needs-design items from a findings register?

You implement needs-review and needs-design items by invoking a remediation skill that reads the FINDINGS_REGISTER.md and executes an implementation loop. The skill validates new code changes, handles conflicts automatically, and creates atomic branches for safe code integration.

Can I use automated remediation to create atomic, reviewable branches and PRs?

Yes, automated remediation creates atomic, reviewable branches and PRs by processing findings from a FINDINGS_REGISTER.md. It maintains a detailed implementation log and uses an implementation loop to validate new code changes, ensuring high-quality and safe remediation without re-introducing issues.

Does automated findings implementation validate new code changes during remediation?

Yes, automated findings implementation validates new code changes during remediation through a dedicated implementation loop. This loop continuously integrates code changes, handles conflicts, and ensures that the remediation process does not re-introduce previous issues into the software development environment.

When do I need to use an implementation loop for safe code changes?

You need an implementation loop for safe code changes when processing multiple findings from a FINDINGS_REGISTER.md register. The loop validates new code changes, handles conflicts during parallel orchestration, and ensures high-quality remediation in software development environments where safety is critical.