From sc-python
Python code quality auditor. Detects the project stack via sniff (01-scan), loads the applicable Python 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 Python code, check Python best practices, review code quality, check my Python, audit Django/FastAPI conventions, check Pythonic compliance, or invokes /sc-python:audit. Does not install any files to .claude/rules/.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sc-python:auditsonnetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Python code quality audit — detects applicable pivots via sniff and delegates to `aidd-dev:reviewer`.
Python 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.npx claudepluginhub rebellioussmile/my-claude-marketplace --plugin sc-pythonGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.