From principled-quality
Review quality strategy for the Principled framework. Consult when working with code review checklists, review coverage, review summaries, or spec-driven review workflows. Covers the three checklist categories, severity classification, dual storage model, and quality gates.
How this skill is triggered — by the user, by Claude, or both
Slash command
/principled-quality:quality-strategyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides Claude Code with comprehensive knowledge of how the Principled methodology connects to code review. It is not directly invocable --- it informs Claude's behavior when review-related context is encountered.
This skill provides Claude Code with comprehensive knowledge of how the Principled methodology connects to code review. It is not directly invocable --- it informs Claude's behavior when review-related context is encountered.
Activate this knowledge when:
Read these files for detailed guidance on specific topics:
reference/review-standards.md --- The three checklist categories (acceptance criteria, ADR compliance, general quality), severity classification (blocking, important, advisory), and quality gate definitions. Covers what makes a review complete.reference/checklist-conventions.md --- Checklist Markdown format, dual storage model (ADR-012), .review/ directory structure, PR comment markers for identification and updates.npx claudepluginhub alexnodeland/principled --plugin principled-qualityRuns Stage 2 code quality review (SOLID, DRY, security, test quality) after spec review passes. Used via /review or 'check code quality'.
Reviews code changes from MRs/PRs, local commits, or uncommitted files for document compliance, content quality (architecture, tests, observability), and end-to-end consistency (User Story to observability).
Reviews code, plans, and scope from multiple angles before acceptance, with security and quality checks. Auto-detects review targets or prompts for clarification.