fold-findings

Solid

Take a review/audit findings ledger (`review-findings.md`) or an `audit-pr` BLOCKED verdict's blocker list and truly repair each fix-now finding — closing the escape hatches a lazy or weak model reaches for: a known-issues/backlog dump, a `decisions.md` tradeoff note, a downgraded severity, a skipped/loosened test, a lint suppression, or a `TODO` stub. One finding at a time, root-cause fix, gate green, committed and pushed, ledger row ticked `folded: yes` with the sha. Triggers: "fold the findings", "fold the review findings", "fix the review findings", "repair the audit blockers", "fold-findings".

AI & Automation 19 stars 3 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
43
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Fold Findings Repair fix-now findings for real. `review-change` and `audit-pr` already classify — this skill's only job is to make each classified fix-now finding disappear by fixing its root cause, never by relabeling, deferring, or weakening the check that caught it. ## Turn contract — verify before ending the turn ``` ✓ 1. Every finding taken up this turn produced its fixed per-finding output line (FOLDED <sha> | DISPUTED <reason> | BLOCKED <missing input> | REPLAN <proposed phase(s)>) — no finding silently skipped. ✓ 2. For each FOLDED finding: the gate was RUN (not assumed) and green, a single commit was RUN with its sha pasted, and (if the branch has an open PR) `git push` was RUN immediately after that commit. ✓ 3. The ledger row for each FOLDED finding was flipped `folded: no → yes` in the same commit — never a bare code fix with the ledger left stale. ✓ 4. No finding was reclassified: no severity downgrade, no fix-now → non-fix-now, no "actually this is fine" — a genuine objection produced `DISPUTED` with evidence, routed to `/triage-issue`, never a silent drop. ✓ 5. The closing `Folded: n/m · Disputed: k · Blocked: j[ · Replan: r]` tally and the outcome-branched `→ Next:` block are printed as the ABSOLUTE last output. ``` About to end the turn with any box unchecked? The turn is NOT done — complete the missing box first (weak models drop end-of-document duties; this list is first on purpose). ## When to use - After a `...

Details

Author
gtrabanco
Repository
gtrabanco/agentic-workflow
Created
1 months ago
Last Updated
1 weeks ago
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

finding-reconciliation

Merge the independent A/B/C findings tables into one adjudicated ledger in `07-verification/documentation-verification-report.md` — normalizing to the finding schema, deduplicating by location and claim, recording per-finding corroboration without downgrading single-pass findings, promoting cross-pass disagreement to its own Critical finding, and splitting repairs into agent-repairable and owner-decision. Use when all three verification passes have returned their findings at Phase 9, or when ingesting an externally-produced audit. This skill MUST be consulted because publishing the findings table before repair is what makes the audit trail real, and because treating a lone dissenting pass as noise is exactly the correlated-error failure the three-pass design exists to prevent.

6 Updated today
synaptiai
Code & Development Solid

evaluate-findings

Critically assess external feedback (code reviews, AI reviewers, PR comments) and decide which suggestions to apply using adversarial verification. Use when the user asks to "evaluate findings", "assess review comments", "triage review feedback", "evaluate review output", or "filter false positives".

377 Updated today
tobihagemann
Code & Development Solid

apply-findings

Apply findings by making the suggested code changes. Applies accepted verdicts, escalates ambiguous findings to the user, and offers to note genuine improvements for later. Use when the user asks to "apply findings", "apply fixes", "apply suggestions", "apply accepted findings", "fix the findings", or "apply the review results".

377 Updated today
tobihagemann