plugins/core/skills/review-sections/SKILL.md
Generate branch-story sections 4-7 (Outcome, Historical Analysis, Concerns, Successful Development Patterns) from archived tickets and carry-over verdicts. Used by the report workflow when assembling a PR story.
npx skillsauth add qmu/workaholic review-sectionsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Guidelines for generating story sections 4-7 (Outcome, Historical Analysis, Concerns, Successful Development Patterns) from archived tickets.
/tmp/carryover-verdicts.json, optional — empty/missing if no active carry-overs)verdict: still_active. These carry-overs were judged active by the carry-over judge subagent (the ### Judge Carry-Overs step in core:report) and must be re-surfaced in this story's section 6 (Concerns).Summarize what was accomplished across all tickets.
Extract patterns and learnings from Related History sections.
Risks, trade-offs, limitations, and forward-looking suggestions discovered during implementation. Each concern is one insight expressed as a title, a description, and how to fix it — with a severity label. Emit one ### block per concern using this exact structure (it is parsed by extract-carryover.sh on /ship):
### <Concise title>
- **Severity:** moderate
- **Description:** <what the problem/risk is> (see [hash](url) in path/to/file.ext)
- **How to Fix:** <the concrete fix or improvement>
Compose the section from two sources, in this order:
verdict: still_active. Render each as a block above; prefix the title with (carried from PR #N) using origin_pr, and preserve the carry-over's existing severity.For new concerns:
urgent (act now), moderate (should fix), low (nice-to-have). Choose based on impact and urgency; default moderate.If both sources are empty, write "None".
Capture effective patterns discovered during this branch's development.
Return JSON with the following structure:
{
"outcome": "Bullet list of accomplishments...",
"historical_analysis": "Patterns and learnings...",
"concerns": "Risks, trade-offs, and forward-looking suggestions, or 'None'",
"development_patterns": "Effective patterns or 'None'"
}
Each field should contain markdown-formatted content ready to be inserted into the story file.
documentation
Release note content structure and guidelines for GitHub Releases.
testing
Ship workflow - merge PR, deploy via CLAUDE.md, and verify production.
development
Generate branch-story sections 4-7 (Outcome, Historical Analysis, Concerns, Successful Development Patterns) from archived tickets and carry-over verdicts. Used by the report workflow when assembling a PR story.
business
Story writing, PR creation, and release readiness assessment for branch reporting.