docs: clarify agent skill writing guidance#290
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughUpdates the public documentation-style skill, AGENTS.md authoring and fanout guidance, generated-artifact rules, and repository contribution terminology from mixed merge-request wording to consistent Pull Request wording. ChangesDocumentation guidance
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 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.
Inline comments:
In `@AGENTS.md`:
- Around line 278-298: Update the contributor guidance in the Pull Requests
section to replace any remaining “MR” terminology in the PR template
instructions with “Pull Request,” preserving the existing meaning and
formatting.
In `@ai-tooling/dev/skills/documentation-style/SKILL.md`:
- Around line 43-49: Update the “When to use” list in the documentation-style
skill to remove the “when the user wants repo style” qualifier from GitHub issue
bodies, commit messages, and Pull Request descriptions, making the documented
scope unconditional for those targets.
- Around line 112-119: Add a language identifier to the fenced example in the
documentation guidance, using text or markdown after the opening fence to
satisfy markdownlint MD040 while preserving the example content.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: 035fcb09-f5e1-47aa-8784-1307a3dbb809
📒 Files selected for processing (3)
AGENTS.mdai-tooling/README.mdai-tooling/dev/skills/documentation-style/SKILL.md
bbde1a7 to
abecfbe
Compare
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 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.
Inline comments:
In `@AGENTS.md`:
- Around line 270-280: Update the fallback Pull Request description requirements
in AGENTS.md to explicitly require testing results, dependency or prerequisite
changes, and relevant references alongside the existing problem, change,
connection, and link context. Preserve the instruction not to include a
test-plan checklist unless explicitly requested.
- Around line 204-209: Update the hook guidance in AGENTS.md to remove the
statement that tool-specific hook configs may be regular files, so it matches
validate-skill-fanout.py’s symlink-only enforcement for .cursor/hooks/,
.codex/hooks/, and .claude/hooks/.
In `@ai-tooling/dev/skills/documentation-style/SKILL.md`:
- Around line 110-113: Update the Before/After example in the
documentation-style guidance so it demonstrates replacing a literal Unicode
em-dash with a period; use an actual em-dash in the Before fixture while
preserving the existing After text.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: a79cf021-79f3-48a8-aaaf-291bcda843da
📒 Files selected for processing (3)
AGENTS.mdai-tooling/README.mdai-tooling/dev/skills/documentation-style/SKILL.md
🚧 Files skipped from review as they are similar to previous changes (1)
- ai-tooling/README.md
8a97bd9 to
7af6f1d
Compare
Closes #289 Signed-off-by: Kristina Pathak <kristina.m.pathak@gmail.com>
7af6f1d to
f4f2b26
Compare
TL;DR
documentation-styleto cover AGENTS files, skills, GitHub issues, and Pull Request descriptions.Additional Details
For the Reviewer
ai-tooling/dev/skills/documentation-style/SKILL.mdfor the updated scope.AGENTS.mdfor discoverability through.codex/skills/,.cursor/skills/, and.claude/skills/.For QA
python3 ai-tooling/dev/hooks/validate-skill-fanout.pygit diff --checkIssues
Closes #289
Checklist
Summary by CodeRabbit