overseer-diff-review

Monitor live git diffs and PTY snapshots to detect drift and risk.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/helpful-bits/plantocode --skill overseer-diff-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: overseer-diff-review
Source: https://github.com/helpful-bits/plantocode/tree/main/.agents/skills/overseer-diff-review
Command: npx skills add https://github.com/helpful-bits/plantocode --skill overseer-diff-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill continuously detects drift, risk, and required human actions across parallel agent streams by reviewing live git diffs and PTY snapshots.

Core Features & Use Cases

  • Drift Detection: Identifies architectural changes and deviations from the intended state.
  • Risk Assessment: Flags potential issues and areas requiring human attention.
  • Stream Verdicts: Provides clear indicators (green, yellow, red) for the health of agent streams.
  • Noise Suppression: Filters out repetitive logs to focus on actionable information.

Quick Start

Run the overseer diff review skill to analyze the current git diffs and PTY snapshots.

Frequently Asked Questions about overseer-diff-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor parallel agent streams for architectural drift?

To monitor parallel agent streams for architectural drift, you need a tool that continuously reviews live git diffs and PTY snapshots. This process detects deviations from the intended state and flags actionable items across active streams.

What is architecture drift detection in git diffs?

Architecture drift detection in git diffs is the process of identifying unintended structural changes and deviations from the intended state. It operates on the current branch by analyzing git diff stats and recent terminal output to flag architectural issues.

Can I review PTY snapshots to assess risk in agent output?

Yes, you can review PTY snapshots to assess risk in agent output. By analyzing recent terminal output alongside git diffs, the system flags potential issues and areas requiring human attention while suppressing repetitive log noise.

How do I get health verdicts for active agent streams?

You get health verdicts for active agent streams by running continuous diff and PTY reviews. The system evaluates the outputs and provides clear green, yellow, or red stream verdicts indicating the current health and risk level of each stream.

Does agent monitoring work with git diff stats on the current branch?

Yes, agent monitoring works with git diff stats on the current branch. The system processes inputs like git diff stats and recent terminal output to continuously detect drift, risk, and required human actions across parallel streams.

How do I suppress repetitive terminal log noise during code review?

To suppress repetitive terminal log noise during code review, use a monitoring process that filters out repetitive logs from PTY snapshots. This focuses the output on actionable information and required human actions rather than redundant stream data.