rehanrnd

Run Checks — Testing skill for Claude Code

Testing community

Run all three quality gates (ruff, mypy, pytest) and print a single-screen pass/fail summary.

How to install Run Checks

Installs to ~/.claude/commands/rehanrnd-claude-code-fastapi-starter-kit-run-checks.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/rehanrnd/claude-code-fastapi-starter-kit/HEAD/.claude/commands/run-checks.md -o ~/.claude/commands/rehanrnd-claude-code-fastapi-starter-kit-run-checks.md

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

What Run Checks does

Run all three quality gates (ruff, mypy, pytest) and print a single-screen pass/fail summary.

Alternatives in Testing

  • Test Runner — Run Python tests with pytest, unittest, or other testing frameworks 23.4k ★
  • Ab Variants — Generate A/B test design variants from an existing Figma screen — alternate layouts, CTA placements, color tre 309 ★
  • Cc10x — The Loop Engine for Claude Code — engineer the loop, not the prompt 163 ★

Full documentation available on GitHub

View Source Repository