ArtemCherbaev

Triage Flake — Development skill for Claude Code

Development community

Investigate an intermittent failure and classify its cause without repairing it.

How to install Triage Flake

Installs to ~/.claude/commands/artemcherbaev-agentic-playwright-suite-triage-flake.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/ArtemCherbaev/agentic-playwright-suite/HEAD/.claude/commands/triage-flake.md -o ~/.claude/commands/artemcherbaev-agentic-playwright-suite-triage-flake.md

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

What Triage Flake does


description: Investigate an intermittent failure and classify its cause without repairing it argument-hint:

Investigate the intermittent failure of **$1**.

Use the flake-investigator agent. Do not repair anything in this command; the classification is the deliverable.

Work in this order and report what you actually ran:

  1. Reproduce in isolation: npx playwright test --grep "$1" --repeat-each 5 --workers 1
  2. If it will not fail alone, reproduce under load: `--r

Alternatives in Development

  • Triage PRs — Classify all open PRs by module, review state, scope, and architectural impact — produces a prioritized triage 12.6k ★
  • Investigate — Investigation Skill 1.9k ★
  • Investigate Performance — Investigate a Nimbalyst performance problem (freeze, lag, idle CPU, slow op, memory growth) with measured evid 1.6k ★

Full documentation available on GitHub

View Source Repository