al-af

Al Debug — Testing skill for Claude Code

Testing community

Root-cause a bug/test failure/race condition before fixing; checks and maintains a project-local known-issues log.

How to install Al Debug

Installs to ~/.claude/skills/al-af-al-skills-al-debug/SKILL.md

Terminal
mkdir -p ~/.claude/skills/al-af-al-skills-al-debug && curl -fsSL https://raw.githubusercontent.com/al-af/al-skills/HEAD/commands/al-debug.md -o ~/.claude/skills/al-af-al-skills-al-debug/SKILL.md

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

What Al Debug does


description: Root-cause a bug/test failure/race condition before fixing; checks and maintains a project-local known-issues log

Before investigating, read (or create) `docs/known-issues.md` in the project root and check for a matching prior case — cite and use it as a first hypothesis if found (verify it still applies), otherwise proceed fresh. Root-cause via four phases, narrating hypothesis and evidence at each step: (1) read the full error, reproduce reliably, check recent changes, tr

Alternatives in Testing

  • Fix Issue — by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol 46.5k ★
  • Debug — You are tasked with helping debug issues during manual testing or implementation 10k ★
  • Skill Debug — Debug issues methodically — use when stuck on errors, test failures, or unexpected behavior 2.8k ★

Full documentation available on GitHub

View Source Repository