Skip to main content

review-fix-loop

This skill should be used when the user asks to "address review feedback", "fix PR comments", "close findings", "respond to reviewer notes", or "reduce review churn". Enforces a finding-to-evidence closure loop for every review round.

Zur Installation springen

Quellinformationen

Repository
spacedriveapp/spacebot
Letzte Quellaktivität
26. Februar 2026 um 16:41
Erkannte Sprache von SKILL.md
Englisch
Sterne
2.399
Forks
366

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
review-fix-loop
description
This skill should be used when the user asks to "address review feedback", "fix PR comments", "close findings", "respond to reviewer notes", or "reduce review churn". Enforces a finding-to-evidence closure loop for every review round.
# Review Fix Loop ## Goal Close review rounds with minimal back-and-forth by mapping every finding to a code change and proof. ## Execution Loop 1. Parse findings into `P1`, `P2`, `P3`. 2. Build a closure table before editing. 3. Implement the smallest coherent fix batch. 4. Run targeted verification. 5. Update closure table with outcomes. 6. Run broader gate checks. ## Closure Table Use one row per finding: | Finding | Severity | Owned files | Planned change | Verification command | Result | |---|---|---|---|---|---| ## Re-Run Control - If the same command fails twice, stop rerunning. - Isolate a smaller reproduction command. - Patch the smallest likely cause. - Re-run narrow verification before broad checks. ## Verification Ladder - Start narrow: unit/module behavior checks for touched paths. - Continue medium: compile/lint/type checks for touched surfaces. - End broad: repository gate commands. ## Handoff Requirements - Findings closed - Commands executed - Pass/fail evidence per finding - Remaining open findings with rationale - Residual risk
Auf GitHub ansehen