Test After Change.V1 banner
tninja tninja

Test After Change.V1

Testing community

Description

If any program code changes, run unit-tests and follow up on the test-result (fix code if there is an error). Prefer a small set of high-value tests. Cover only distinct behaviors, important edge cases, or regressions that materially increase confidence. Do not add low-value or duplicate tests. If the tests use random values (for example random numbers or UUIDs), make them reproducible by fixing the random seed or replacing them with deterministic fixtures.

Installation

Installs to ~/.claude/skills/tninja-ai-code-interface.el-test-after-change.v1/SKILL.md

Terminal
mkdir -p ~/.claude/skills/tninja-ai-code-interface.el-test-after-change.v1 && curl -fsSL https://raw.githubusercontent.com/tninja/ai-code-interface.el/HEAD/prompt/test-after-change.v1.md -o ~/.claude/skills/tninja-ai-code-interface.el-test-after-change.v1/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository