hyhmrright

Logic Locate — Testing skill for Claude Code

Testing community

Locate the root cause of a confirmed failure — use when you have a stack trace, failing test, or wrong output.

How to install Logic Locate

Installs to ~/.claude/skills/hyhmrright-logic-lens-logic-locate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hyhmrright-logic-lens-logic-locate && curl -fsSL https://raw.githubusercontent.com/hyhmrright/logic-lens/HEAD/commands/logic-locate.md -o ~/.claude/skills/hyhmrright-logic-lens-logic-locate/SKILL.md

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

What Logic Locate does


description: Locate the root cause of a confirmed failure — use when you have a stack trace, failing test, or wrong output allowed-tools: Skill

Use the Skill tool to invoke `logic-lens:logic-locate`, then follow its instructions exactly. $ARGUMENTS

Alternatives in Testing

  • Webapp Testing — Test local web applications using Playwright for UI verification and debugging 94.1k ★
  • #29 — #52, #103) 92.5k ★
  • /test Routing — Vérifie le routing de commandes RTK sans exécution (dry-run) 25.5k ★

Full documentation available on GitHub

View Source Repository