Skip to content

Add pr-doc-reviewer agent for analyzing code PRs#290

Open
MadelineAu wants to merge 1 commit into
mainfrom
pr/add-pr-doc-reviewer-agent
Open

Add pr-doc-reviewer agent for analyzing code PRs#290
MadelineAu wants to merge 1 commit into
mainfrom
pr/add-pr-doc-reviewer-agent

Conversation

@MadelineAu
Copy link
Copy Markdown
Collaborator

Introduces a specialized agent for reviewing code changes in pull requests from external repositories (like eigenlayer-contracts) and identifying required documentation updates in the docs repository.

The agent:

  • Fetches PR diffs from external repos via gh CLI
  • Analyzes code changes for documentation impact (API changes, new features, breaking changes, config updates)
  • Suggests specific documentation updates interactively
  • Flags contradictions in existing docs rather than making conflicting updates
  • Helps implement approved documentation changes

Introduces a specialized agent for reviewing code changes in pull requests from external repositories (like eigenlayer-contracts) and identifying required documentation updates in the docs repository.

The agent:
- Fetches PR diffs from external repos via gh CLI
- Analyzes code changes for documentation impact (API changes, new features, breaking changes, config updates)
- Suggests specific documentation updates interactively
- Flags contradictions in existing docs rather than making conflicting updates
- Helps implement approved documentation changes

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
eigencloud-docs Ready Ready Preview May 27, 2026 5:30am

Request Review

Copy link
Copy Markdown
Contributor

@mmurrs mmurrs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these agents be included in a more cetnral repo or how are you thinking about the end to end flow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants