What problem does it solve? Reusable libraries often get named after the workflow that first needed them (e.g. cert_fix, portal, export), which hides their general capability and blocks reuse. This Skill audits a GitHub PR's paths, renames, and title wording to detect driver/motive words on capability code and proposes capability-oriented renames. ## Core Features & Use Cases - PR naming audit: Fetches PR title, body, and changed/renamed paths via the GitHub CLI, then classifies each naming signal as a violation, an OK driver (queues, report routers), or out-of-scope. - Structured findings report: Emits a compact verdict report with violations, OK drivers, and suggested capability-oriented rename directions for each finding. - Mode routing: Supports preflight-proposal (isolated worktree contract), audit-only, user-directed fixes, and default rename application. - Use Case: A PR adds a cert_fix_page_indicators module that actually generates reusable page-indicator assets. The audit flags the driver word and suggests renaming toward a capability name like page indicators / home indicator pair. ## Quick Start Ask the AI to audit PR #2153 for name-by-capability violations and report any driver words on reusable modules.