chore(review): replace adversarial CodeRabbit with skill-validator refs#2022
chore(review): replace adversarial CodeRabbit with skill-validator refs#2022
Conversation
Remove the cynical adversarial reviewer persona from .coderabbit.yaml and replace with per-path instructions that reference tools/skill-validator.md as the single source of truth — matching the approach already used in .augment/code_review_guidelines.yaml. Add skill-validator pointer to AGENTS.md so all AI tools can discover it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🤖 Augment PR SummarySummary: Updates AI reviewer configuration and documentation to align skill validation guidance across tools. Changes:
Technical Notes: Centralizes validation guidance around 🤖 Was this summary useful? React with 👍 or 👎 |
|
Warning Ignoring CodeRabbit configuration file changes. For security, only the configuration from the base branch is applied for open source repositories. 📝 WalkthroughWalkthroughThis pull request adds a single guideline line to AGENTS.md that references the skill validation documentation location at Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can use oxc to improve the quality of JavaScript and TypeScript code reviews.Add a configuration file to your project to customize how CodeRabbit runs oxc. |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
AGENTS.md (1)
11-11: Make the skill-validator reference a clickable Markdown link.This keeps the rule machine- and human-friendly in rendered Markdown and reduces friction when agents/tools follow the pointer.
Suggested change
-- Skill validation rules are in `tools/skill-validator.md`. +- Skill validation rules are in [`tools/skill-validator.md`](tools/skill-validator.md).🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@AGENTS.md` at line 11, Replace the inline code reference `tools/skill-validator.md` in AGENTS.md with a clickable Markdown link (e.g., [Skill validation rules](tools/skill-validator.md) or similar) so the sentence "Skill validation rules are in `tools/skill-validator.md`." becomes a rendered hyperlink; remove the backticks around the path and ensure link text remains clear and human-friendly.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@AGENTS.md`:
- Line 11: Replace the inline code reference `tools/skill-validator.md` in
AGENTS.md with a clickable Markdown link (e.g., [Skill validation
rules](tools/skill-validator.md) or similar) so the sentence "Skill validation
rules are in `tools/skill-validator.md`." becomes a rendered hyperlink; remove
the backticks around the path and ensure link text remains clear and
human-friendly.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: eda34fd9-6e63-4bfb-af79-b6e0141b44b1
⛔ Files ignored due to path filters (1)
.coderabbit.yamlis excluded by!.coderabbit.yaml
📒 Files selected for processing (1)
AGENTS.md
Summary
.coderabbit.yamlpath_instructionstools/skill-validator.mdas the single source of truth — matching the approach already used in.augment/code_review_guidelines.yamlAGENTS.mdso all AI tools can discover itchillprofile to avoid excessive findings on routine changesTest plan
🤖 Generated with Claude Code