christopher-buss

Red — Testing skill for Claude Code

Testing community

Execute TDD Red Phase - write ONE failing test.

How to install Red

Installs to ~/.claude/commands/christopher-buss-bedrock-red.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/christopher-buss/bedrock/HEAD/.claude/commands/red.md -o ~/.claude/commands/christopher-buss-bedrock-red.md

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

What Red does


description: Execute TDD Red Phase - write ONE failing test argument-hint: [optional additional info]

RED PHASE! Apply the below to the info given by user input here: $ARGUMENTS

(If there was no info above, fallback to the context of the conversation)

TDD Fundamentals

The TDD Cycle

The foundation of TDD is the Red-Green-Refactor cycle:

  1. Red Phase: Write ONE failing test that describes desired behavior
    • The test must fail for the RIGHT reason (not syntax/import err

Alternatives in Testing

  • Deliver — Delivery phase - Review, validate, and test with multi-AI quality assurance 2.8k ★
  • Add Scaffold — 按 14-phase 工作流为指定 app 编写清理 scaffold(含需求采集、实测勘测、TOML、safety test、UI 集成) 1.3k ★
  • Test Fixing — Detect failing tests and propose patches or fixes 475 ★

Full documentation available on GitHub

View Source Repository