From wheee
Run a complete code quality and security audit against both checklists. Use when reviewing code, before merging, or when running 'quality gate', 'code quality check', or 'audit code'.
How this skill is triggered — by the user, by Claude, or both
Slash command
/wheee:quality-gatesonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a comprehensive quality and security audit against both checklists.
Run a comprehensive quality and security audit against both checklists.
references/CODE-QUALITY-CHECKLIST.md and references/SECURITY-CHECKLIST.mdgit diff --name-only HEAD~1 to find changed files## Quality Gate Report
### Code Quality (X/12 sections passed)
- [PASS] Section 1: ...
- [FAIL] Section 2: ... (3 issues found)
### Security (X/14 sections passed)
- [PASS] Section 1: ...
- [FAIL] Section 2: ... (1 critical issue)
### Findings (by severity)
#### Critical
- [file:line] — [issue]
#### Warnings
- [file:line] — [issue]
### Verdict: PASS / FAIL
Adapt the depth based on change size:
npx claudepluginhub skatekowski/wheee-plugin --plugin wheeeConducts code reviews checking quality, security (OWASP Top 10), maintainability, and performance using tools like code_outline, code_search, and grep.
Runs security audits on code, files, directories, staged git changes, or PRs for OWASP Top 10, CWE vulnerabilities, and anti-patterns. Generates structured reports with severity counts, remediation, and positives.
Reviews code changes for correctness, readability, architecture, security, and performance. Checks lint, type safety, test coverage, and security issues. Use for PRs, audits, or pre-merge reviews.