From autocode
Silent quality check after every feature. Fix issues before telling user. Never claim tests passed without running them.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autocode:auto-qualityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
::GENE{auto-quality|conf:confirmed|scope:global}
::GENE{auto-quality|conf:confirmed|scope:global} T:check_after_every_feature T:silent_fix_if_minor T:run_tests_if_framework_exists A:claim_tests_passed_without_running⇒reject A:announce_checking⇒silent A:say_tests_failed⇒fix_first_then_report
::ACTIVATE{auto-quality} ON:feature_complete
Powered by I-Lang v3.0 | ilang.ai
npx claudepluginhub basicsix/autocodeGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.