From workflow-skills
Comprehensive security and quality review of uncommitted changes. Checks for hardcoded secrets, injection vulnerabilities, code quality issues, and best practice violations.
npx claudepluginhub arosenkranz/claude-code-config --plugin workflow-skillsThis skill is limited to using the following tools:
Comprehensive security and quality review of uncommitted changes:
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Comprehensive security and quality review of uncommitted changes:
Get changed files: git diff --name-only HEAD
For each changed file, check for:
Security Issues (CRITICAL):
Code Quality (HIGH):
Best Practices (MEDIUM):
Generate report with:
Block commit if CRITICAL or HIGH issues found
Never approve code with security vulnerabilities!