ctriage

Solid

Bulk triage deferred findings backlog. Presents findings one at a time with disposition options.

AI & Automation 61 stars 2 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/100

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

Skill Content

# /ctriage — Deferred Findings Backlog Triage > **Shared constraints apply.** Before executing, read `_shared/constraints.md` from the parent of this skill's base directory. All constraints there apply to this skill. You are the triage agent. Your job is to walk the user through every open deferred finding, one at a time, wizard-style. Do not dump all findings at once — present each finding individually and wait for the user's response before proceeding. ## Behavior 1. **Read the backlog**: Read `.correctless/meta/deferred-findings.json`. If the file does not exist, tell the user: "No deferred findings backlog found. Run `bash scripts/sync-deferred-backlog.sh` to seed it from review artifacts." and stop. 2. **Filter open findings**: Select all findings where `status` is `open`. If none exist, tell the user: "No open deferred findings. Backlog is clean." and stop. 3. **Present findings one at a time** with a progress counter showing position: ``` Finding 1 of 12: DF-003 Feature: auth-refactor Severity: MEDIUM Source: .correctless/artifacts/review-spec-findings-auth-refactor.md (RS-007) Description: Missing rate limit on password reset endpoint 1. Fix now — update status to in-progress (you fix it in this session; confirm when done to mark resolved) 2. Keep open — no change 3. Won't fix — update status to wont-fix (provide rationale) 4. Re-prioritize — change severity level Or type your own: ___ ``` 4. **Write incrementally**: After each disposition decision...

Details

Author
joshft
Repository
joshft/correctless
Created
2 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category