From autocode
Automatically runs tests and fixes issues after every feature, silently reporting results. Ensures tests are actually executed before claiming success.
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 v4.0 | ilang.ai
npx claudepluginhub ilang-ai/autocode --plugin autocodeExecutes QA phase with L1-L5 test planning, generation, execution, and reporting for a single feature. Includes pre-release quality scans to catch structural issues early.
Guides adding tests for new features/bug fixes, running all tests, and using strategies like data-driven, benchmarking, integration, mocks, property-based testing, and coverage analysis after code changes.