#534 Split README into focused docs#535
Conversation
📝 WalkthroughWalkthroughThis PR splits a 593-line README into focused human and agent reference documentation by creating eight new docs files, updating agent routing rules to recognize docs changes as out-of-scope, and redirecting skill/agent guidance to point to the new documentation homes instead of README. ChangesDocumentation Reorganization & Agent Reference Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
CLAUDE.md (1)
5-5: 💤 Low valueMinor: Consider removing blank line within blockquote.
The Markdownlint warning at line 6 indicates there's a blank line inside the blockquote that violates MD028. While this doesn't affect functionality, removing it would align with Markdown best practices.
📝 Proposed fix
Remove the blank line between the first and second sentences of the blockquote to satisfy MD028.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@CLAUDE.md` at line 5, The blockquote in CLAUDE.md contains an internal blank line that triggers MD028; remove the empty line inside the quoted paragraph so the blockquote becomes a single continuous paragraph (update the quoted text shown between the ">" markers in CLAUDE.md accordingly) to satisfy the markdownlint rule.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@CLAUDE.md`:
- Line 5: The blockquote in CLAUDE.md contains an internal blank line that
triggers MD028; remove the empty line inside the quoted paragraph so the
blockquote becomes a single continuous paragraph (update the quoted text shown
between the ">" markers in CLAUDE.md accordingly) to satisfy the markdownlint
rule.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: a6296e60-f176-41c1-9285-d81ba14f44cb
📒 Files selected for processing (24)
.claude/agents/deep-review-architecture.md.claude/agents/deep-review-code.md.claude/agents/deep-review-docs.md.claude/agents/deep-review-project-checklist.md.claude/agents/deep-review-python.md.claude/agents/deep-review-qa.md.claude/agents/deep-review-typescript.md.claude/agents/deep-review-unit-test.md.claude/skills/create-issue/SKILL.md.claude/skills/deep-review-lite/SKILL.md.claude/skills/deep-review-pro/SKILL.md.claude/skills/fix-issue/SKILL.md.claude/skills/generate-stubs/SKILL.md.claude/skills/generate-test/SKILL.mdCLAUDE.mdREADME.mddocs/AI_ASSISTANTS.mddocs/BRUNO.mddocs/CI.mddocs/CONFIGURATION.mddocs/INDEX.mddocs/PLAYWRIGHT.mddocs/PROJECT_MANAGEMENT.mddocs/TEST_INVENTORY.md
Summary
Split the giant README into a concise human-first entry point plus focused docs under
docs/.CLAUDE.md, reviewer agents, and project skills so future AI-assisted changes update the focused owner docs instead of pushing detail back into README.Closes #534
Test plan
docs/for every owner area requested in the issue.CLAUDE.md,.claude/agents/*, and.claude/skills/*.Checked 164 markdown files; all local links resolve.git diff --check HEAD~1..HEAD.deep-review-proiteration 2: ready, zero blocking findings.