A SuperPlane app that reviews every pull request for documentation impact using AI. When docs changes are needed, maintainers approve or reject via PR comments, and tracking issues are created automatically.
- PR opened or updated — AI agent analyzes the PR diff against your docs
- Docs impact detected — posts a PR comment with specific docs update suggestions
- Maintainer approves (
/docs-agree) — creates a tracking issue on your docs repo - Maintainer rejects (
/docs-reject) — overrides the check, no issue created - PR closed — closes any linked docs issue if the PR is closed without merging
The app includes a console dashboard tracking review stats, pending reviews, accepted/rejected outcomes.
- A SuperPlane account with a GitHub integration
- A Claude integration with a configured agent
- Two GitHub repositories: the source repo (PRs) and the docs repo (issues)
Click Launch in SuperPlane at the top of this page. The wizard will ask you to select your source repository and docs repository.
After install:
- Connect a Claude integration and configure the agent on the Analyze Docs Impact node
- Customize
docs_review_guidelines.mdin the Files tab to match your project's docs structure - Open a PR to test the review flow
Edit docs_review_guidelines.md in the Files tab. This file tells the AI agent what to check, what to skip, and how to format its response. Tailor it to your project — add your docs site URL, list auto-generated files to skip, and define your verdict format.
MIT