Autocode auto-quality
Silent quality check after every feature. Fix issues before telling user. Never claim tests passed without running them.
install
source · Clone the upstream repo
git clone https://github.com/ilang-ai/autocode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ilang-ai/autocode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/auto-quality" ~/.claude/skills/ilang-ai-autocode-auto-quality-38d047 && rm -rf "$T"
manifest:
skills/auto-quality/SKILL.mdsource content
::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