skills.sh
AvailableUniversal skill installation, including Claude Code and Codex.
npx skills add https://github.com/ulpi-io/skills-autonomous-engineering --skill auto-testauto-testBuilds a green, meaningful suite whose new tests are proven capable of detecting broken behavior.
Identify the real test command, baseline signal, scope, and run budget.
Discover untested behaviors rather than chasing a percentage.
Write one behavior test, break the implementation, and require the test to fail.
Restore the implementation and converge the suite to green.
Diagnose flakes at their root and report all remaining failures honestly.
▸ operating envelope
The shortest useful definition of where this skill helps—and where it should stay out of the way.
▸ output contract
▸ enforcement
Scripts are linked when this skill owns deterministic machinery. The remaining rules are explicit operating contracts and must not be marketed as hooks.
▸ install and invoke
Universal skill installation, including Claude Code and Codex.
npx skills add https://github.com/ulpi-io/skills-autonomous-engineering --skill auto-testInstall the full plugin, then invoke /auto-test or let routing select it from context.
A work in progress on the codex-native-plugin branch — build it, start a new session, then invoke $autonomous-engineering:auto-test.
▸ composes with