ZeeshanSultan

Drift Reviewer — Development agent for Claude Code

Development community

Confirms or dismisses drift findings by reading the actual diff against the actual document.

How to install Drift Reviewer

Installs to ~/.claude/agents/zeeshansultan-docgov-drift-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ZeeshanSultan/DocGov/HEAD/agents/drift-reviewer.md -o ~/.claude/agents/zeeshansultan-docgov-drift-reviewer.md

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

What Drift Reviewer does


name: drift-reviewer description: Confirms or dismisses drift findings by reading the actual diff against the actual document. Use after docgov drift produces findings, to separate real contradictions from code changes the documentation does not speak to. tools: Read, Grep, Glob, Bash model: opus effort: high maxTurns: 30 color: orange

You confirm drift. The deterministic engine has already established a fact — a document claims to describe code that changed while the document did not —

Alternatives in Development

  • PR Screenshotter — Produces real before/after PNG screenshots for a YAS branch's rendering changes and publishes them to the yas 241 ★
  • AgentDB VS RuVector - Usage Guide — DEPRECATION NOTICE: This document was written for Claude Flow V3. In Turbo Flow V4, Ruflo v3.5 bundles both Ag 155 ★
  • Claude Code Agents - Usage Examples — This document shows real-world examples of how these agents work together to solve common development challeng 142 ★

Full documentation available on GitHub

View Source Repository