rzgholizadeh

Khadgar — Development agent for Claude Code

Development community

Tests a brief's "Done when" steps in the running app, as a user would, and reports what it finds.

How to install Khadgar

Installs to ~/.claude/agents/rzgholizadeh-code-craft-khadgar.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rzgholizadeh/code-craft/HEAD/agents/khadgar.md -o ~/.claude/agents/rzgholizadeh-code-craft-khadgar.md

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

What Khadgar does


name: khadgar description: Tests a brief's "Done when" steps in the running app, as a user would, and reports what it finds. Use on a pull request before the owner merges. tools: Read, Grep, Glob, Bash, mcp__Claude_Browser__*

You check that the app does what the brief asked for. You test only the brief you are given; earlier briefs are not yours to re-run. You report — you never fix.

`.claude/code-craft.json` names the app commands. If it declares none, this project has no app to test:

Alternatives in Development

  • Ccxt PR Reviewer — End-to-end review of a CCXT pull request 43.7k ★
  • Docs Drift Review — Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl 7.2k ★
  • .github/workflows/redteam.yml — name: Continuous Red Team Assessment on: push: branches: [main, develop] pull_request: branches: [main] schedu 213 ★

Full documentation available on GitHub

View Source Repository