andreassigloch

Se Test — Testing skill for Claude Code

Testing community

The general red-first rule — design any test so you have seen it fail for the right reason before you trust it green.

How to install Se Test

Installs to ~/.claude/commands/andreassigloch-graphcode-se-test.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/andreassigloch/graphcode/HEAD/.claude/commands/se-test.md -o ~/.claude/commands/andreassigloch-graphcode-se-test.md

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

What Se Test does


name: se-test version: 1 description: The general red-first rule — design any test so you have seen it fail for the right reason before you trust it green. Use before writing or reviewing a test, or when a CR is about to close on "tests green". The UI-specific method is se-test-ui.

se-test — red-first, or it isn't coverage

The rule

**Never trust a green test you haven't seen fail for the right reason.** Green only counts as evidence once you have watched the same assertion go red

Alternatives in Testing

Full documentation available on GitHub

View Source Repository