From coding-workflow
Execute the quality-reviewer agent for code quality, security, and maintainability review
npx claudepluginhub chaorenex1/coding-workflow --plugin coding-workflowoptional-scope-or-change-summaryworkflow-suite/# Quality Review Run the `quality-reviewer` agent to review current changes for code quality, security, and maintainability. ## Workflow 1. Use `$ARGUMENTS` as optional review scope, context, or change summary. 2. Invoke agent: `quality-reviewer`. 3. Review current staged and unstaged changes, or recent commits when no diff is available. 4. Return the `quality-reviewer` agent output. ## Notes - Use this command after implementation, refactoring, or other code changes that require the mandatory quality review pass. - Findings should prioritize bugs, regressions, security concerns, and m...
/quality-reviewAnalyzes testing strategies, quality metrics, and defect prevention in codebase or specified scope (files, changes, PRs), generating a markdown quality improvement plan report.
Run the quality-reviewer agent to review current changes for code quality, security, and maintainability.
$ARGUMENTS as optional review scope, context, or change summary.quality-reviewer.quality-reviewer agent output.