Add agent AI policy instructions#15
Conversation
|
Warning Review limit reached
More reviews will be available in 30 minutes and 33 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThis PR establishes AI disclosure requirements by clarifying the policy to mandate ChangesAI Disclosure Policy and Agent Workflow
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 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 unit tests (beta)
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 |
Assisted-by: Codex:gpt-5.5
a2ee557 to
7fb688e
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/skills/commit/SKILL.md:
- Around line 14-16: The fenced code block containing "Assisted-by:
Codex:gpt-5.5" in SKILL.md needs a language specifier; update the
triple-backtick fence to include an appropriate language token such as text or
gitcommit (e.g., ```text or ```gitcommit) so the block renders consistently
across viewers and syntax highlighters.
In `@AGENTS.md`:
- Around line 23-25: Update the fenced code block that contains the line
"Assisted-by: Codex:gpt-5.5" to include a language specifier (for example change
the opening fence to ```gitcommit or ```text and keep the closing fence
matching) so the block renders with proper syntax highlighting; locate the block
in AGENTS.md (the fence surrounding the "Assisted-by: Codex:gpt-5.5" line) and
apply the change.
- Line 14: Replace the literal "<AI\_POLICY.md>" reference with a plain file
reference by removing the angle brackets and backslash escape; change
"<AI\_POLICY.md>" to either AI_POLICY.md or a proper Markdown link like
[AI_POLICY.md](AI_POLICY.md) so the underscore is not escaped and the file name
renders correctly.
🪄 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: defaults
Review profile: CHILL
Plan: Pro
Run ID: c59a0050-e8c3-4872-a9bf-7fcda8816a19
📒 Files selected for processing (3)
.agents/skills/commit/SKILL.mdAGENTS.mdAI_POLICY.md
229ae2c to
61f1a91
Compare
Assisted-by: Codex:gpt-5.5
61f1a91 to
a258668
Compare
Summary
Adds agent-facing instructions so coding agents read
AI_POLICY.mdbefore contributing and include the requiredAssisted-bytrailer when creating commits.Also updates
AI_POLICY.mdso AI disclosure is required in commit messages.Validation
mise run checkSummary by CodeRabbit
Assisted-bytrailer format in commits for identifying AI-assisted portions of workCo-authored-bytrailers are not appropriate for AI assistants