plugins/standards/skills/review-sections/SKILL.md
# Review Sections Guidelines for generating story sections 4-8 (Outcome, Historical Analysis, Concerns, Ideas, Successful Development Patterns) from archived tickets. ## Input - Branch name - List of archived ticket paths ## Analysis Process 1. **Read all archived tickets** for the branch using Glob pattern 2. **Extract relevant content** from each ticket: - Overview section for accomplishments - Related History section for patterns - Considerations section for concerns and ideas
npx skillsauth add qmu/workaholic plugins/standards/skills/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-8 (Outcome, Historical Analysis, Concerns, Ideas, Successful Development Patterns) from archived tickets.
Summarize what was accomplished across all tickets.
Extract patterns and learnings from Related History sections.
Identify risks, trade-offs, and limitations with identifiable references.
<description> (see [hash](url) in path/to/file.ext)Collect future enhancement suggestions.
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 and limitations or 'None'",
"ideas": "Future 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.