code-remediate

Solid

Apply selected code-review fixes; rerun gates/report gaps; PR +review uses latest matching artifact.

AI & Automation 27 stars 4 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
48
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Code Remediate See the [fixed recurrence and root-cause policy](../../shared/native-skill-contract.md#recurrence-and-root-cause-policy) and [reasoning-progress escalation policy](../../shared/native-skill-contract.md#reasoning-progress-escalation) for repeated-obstacle handling; record and validate `reasoning-progress.json` before another cycle after an escalation trigger. Run linear code remediation to close findings. ## Input Schema ```json { "findings_source": "optional path, explicit list, review for the current-session assessed review, or +review/+report/report/latest to auto-select the newest matching PR review report", "mode": "optional report|pr|auto; infer pr for bare number, #number, or PR URL", "target": "optional shorthand target number, issue/PR URL, path, or current branch", "pr_target": "optional PR number, PR URL, or current branch PR when mode=pr", "remediation_scope": "optional all|critical|high|medium|low|comma-separated severities|comma-separated selection indexes; ask before editing when omitted", "target_scope": "required path/module", "done_when": "selected findings are fixed/resolved and unselected critical/high findings are explicitly deferred" } ``` ## Workflow (Exact Commands) ### 01: Create Run Directory Run `python PLUGIN_ROOT/shared/create_run.py --skill code-remediate` once. Retain its single printed path as `<run-directory>` and substitute that literal path into every later artifact path and helper argument. Never store o...

Details

Author
Borda
Repository
Borda/AI-Rig
Created
6 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category