From re-scale
Show audit status for a package or the whole project — counts by status, identifies unaudited files
How this skill is triggered — by the user, by Claude, or both
Slash command
/re-scale:audit-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show audit status. If `$ARGUMENTS` is provided, show status for that package; otherwise show overall stats.
Show audit status. If $ARGUMENTS is provided, show status for that package; otherwise show overall stats.
Query audit database:
re-scale db audit stats
Show breakdown by status (pass / minor_issues / major_issues).
Query audit database for the package:
re-scale db audit list --package $ARGUMENTS
Show each file's status, identify unaudited files in the package.
Do NOT access .rescale/data/ files directly. Use re-scale db audit commands.
npx claudepluginhub kubuszok/re-scale --plugin re-scaleCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.