chore(claude): improve Claude Code integration#431
Conversation
- Replace github.copilot-chat with anthropic.claude-code in extensions.json - Update .claude/settings.json: move model to user-level, add dotnet permissions - Add .claude/commands/precommit.md with full pre-commit checklist - Add Claude Code section to CLAUDE.md pointing to /precommit Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughAdds Claude AI tooling and a manual pre-commit checklist: new Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.claude/commands/precommit.md:
- Line 8: Update the existing instruction that references "Conventional Commits"
(the sentence starting "Run steps 2–4, report the results clearly...") to
explicitly require the repo's commit format: "type(scope): description (`#issue`)"
with a maximum description length of 80 characters and the allowed types listed
(feat, fix, chore, docs, test, refactor, ci, perf); ensure the example and prose
reflect the required "(`#issue`)" suffix and the 80-character max so contributors
follow the repo convention.
🪄 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: Pro
Run ID: 07d2912e-be8f-413c-b119-72eb2c9c97c9
📒 Files selected for processing (4)
.claude/commands/precommit.md.claude/settings.json.vscode/extensions.jsonCLAUDE.md
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
|



Summary
github.copilot-chatwithanthropic.claude-codein.vscode/extensions.json.claude/settings.json: move model to user-level, adddotnet *tool permissions.claude/commands/precommit.mdwith the full pre-commit checklist as a/precommitslash command## Claude Codesection toCLAUDE.mdpointing to/precommitNotes
.claude/settings.jsonand.claude/commands/are committed intentionally — they contain no secrets and are useful for any contributor using Claude Code..claude/settings.local.jsonremains gitignored for machine-specific overrides.🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Chores