nickpending

Setup Testing — Testing skill for Claude Code

Testing community

Create or update TESTING.md from tech stack and agent learnings.

How to install Setup Testing

Installs to ~/.claude/skills/nickpending-momentum-setup-testing/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nickpending-momentum-setup-testing && curl -fsSL https://raw.githubusercontent.com/nickpending/momentum/HEAD/commands/setup-testing.md -o ~/.claude/skills/nickpending-momentum-setup-testing/SKILL.md

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

What Setup Testing does


description: Create or update TESTING.md from tech stack and agent learnings argument-hint: [create|update] [learning-to-add] allowed-tools: Read, Write, Edit, Glob, Grep

@../resources/command-rules.md

Setup Testing

Create or update TESTING.md. Agents can add learnings without changing methodology.

Variables

MODE: $1 (default: create) LEARNING: $2 (optional, for update mode)

Workflow

IF MODE not in [create, update]: STOP — ask user for valid mode


If MODE = create

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • Fix Issue — by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol 46.5k ★
  • Gstack — 15,000+ Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release Manag 33.9k ★

Full documentation available on GitHub

View Source Repository