codegobrrrr9

Alibi — Development skill for Claude Code

Development community

Did the tests actually run on this code.

How to install Alibi

Installs to ~/.claude/skills/codegobrrrr9-alibi-alibi/SKILL.md

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

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

What Alibi does


description: Did the tests actually run on this code? Prints the alibi verdict (VALID / STALE / FAILED / MISSING / TAMPERED) for the newest receipt and what to do about it. allowed-tools: Bash(node:*), Read

Report the alibi status for this project.

  1. Run node ${CLAUDE_PLUGIN_ROOT}/skills/alibi/scripts/alibi.js verify last from the project root (if that path does not exist, find alibi.js under the installed alibi skill directory). Pass through any arguments the user gave: $AR

Alternatives in Development

  • Battle — Head-to-head graded battle card between two sites — eight dimensions, bar-by-bar, verdict line 3.6k ★
  • Projectmem — Open-source coding agent memory 766 ★
  • Engage.Crash — Crash → root cause → reachability → empirical exploitability verdict (native bugs) 348 ★

Full documentation available on GitHub

View Source Repository