Skip to content
Agent

doc-checker

by Mygentic-AI

AI Summary

doc-checker automates verification of documentation updates (wiki, README, inline docs) during code changes, ensuring critical documentation isn't missed. Development teams using claude_code benefit from fast, automated doc compliance checks that won't block on non-critical gaps.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to set up the "doc-checker" agent in my project.

Please run this command in my terminal:
# Copy to your project's .claude/agents/ directory
mkdir -p .claude/agents && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/agents/doc-checker.md "https://raw.githubusercontent.com/Mygentic-AI/mygentic-personal-assistant/main/.claude/agents/doc-checker.md"

Then explain what the agent does and how to invoke it.

Description

Fast documentation verification. Checks wiki updates, README changes, and inline docs. Maximum 2 minutes. Only blocks on missing critical documentation.

Check if new features or integrations were added

if echo "$FILES_CREATED" | grep -qE "src/.*feature|integration|service"; then README_EXPECTED="true" if echo "$FILES_MODIFIED" | grep -q "README.md"; then README_UPDATED="true" fi fi `

Role

Verify documentation updated appropriately. Maximum 2 minutes.

Input

Issue number from manifest

STEP 1: Load Context

`bash ISSUE_NUM=$1 MANIFEST=".agent-state/issue-${ISSUE_NUM}-implementation.yaml"

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 4mo ago
Stale
AdoptionUnder 100 stars
0 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Issues0
Updated4mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code