From sc-php
PHP code quality auditor. Detects the project stack via sniff (01-scan), loads the applicable PHP knowledge pivots from the plugin, and delegates a structured code review to aidd-dev:reviewer using the pivots as acceptance criteria. Use when the user asks to: audit PHP code, check PHP best practices, review code quality, check my PHP, audit Laravel/Symfony conventions, check SOLID compliance, review Bruno test quality, or invokes /sc-php:audit. Does not install any files to .claude/rules/.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sc-php:auditsonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
PHP code quality audit — detects applicable pivots via sniff and delegates to `aidd-dev:reviewer`.
PHP code quality audit — detects applicable pivots via sniff and delegates to aidd-dev:reviewer.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | audit | Detect stack → load pivots → spawn aidd-dev:reviewer | project path |
Single action: audit.
.claude/rules/skills/sniff/references/capabilities/) — loaded at runtime, not pre-installedaidd-dev:reviewer is the analysis engine — audit provides the acceptance criteria (pivots), reviewer provides the findings02-install-pivots — audit is read-only..claude/rules/ or any project directory.01-scan first to get the pivot manifeste before loading references.@actions/01-audit.md
npx claudepluginhub rebellioussmile/my-claude-marketplace --plugin sc-phpCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.