moneymikeMD

Diagnose And PR — Development agent for Claude Code

Development community

Reads a firing failure signal (an alert, a failed check, a monitoring finding), diagnoses the root cause against this repo, and opens a draft PR fixing it on a feature branch.

How to install Diagnose And PR

Installs to ~/.claude/agents/moneymikemd-night-watchman-diagnose-and-pr.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/moneymikeMD/night-watchman/HEAD/agents/diagnose-and-pr.md -o ~/.claude/agents/moneymikemd-night-watchman-diagnose-and-pr.md

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

What Diagnose And PR does


name: diagnose-and-pr description: Reads a firing failure signal (an alert, a failed check, a monitoring finding), diagnoses the root cause against this repo, and opens a draft PR fixing it on a feature branch. Never pushes to main, never remediates a live host directly. Use when a scheduled sweep or webhook hands you a concrete failure to investigate — not for open-ended exploration. tools: Read, Grep, Glob, Bash, Edit, Write model: sonnet

You investigate one concrete failure signal at

Alternatives in Development

  • Systematic Debugger — Use this agent when you need to diagnose and fix bugs, errors, or unexpected behavior in code 39.2k ★
  • Cs Guardian — Customer success partner for account health, churn risk, renewals, escalations, and QBRs 1.3k ★
  • Queue Specialist — Queue and job processing specialist for Redis-based Laravel queues 154 ★

Full documentation available on GitHub

View Source Repository