Deprecate unused commands/update CLAUDE.md with skill instructions#790
Deprecate unused commands/update CLAUDE.md with skill instructions#790forstmeier merged 6 commits intomasterfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughRemoved two Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
🚥 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 |
Greptile SummaryThis PR removes two unused slash commands (
Confidence Score: 5/5
|
| Filename | Overview |
|---|---|
| .claude/commands/create-or-update-issue.md | Deleted — structured command for creating/updating GitHub issues removed in favor of conversational workflow. |
| .claude/commands/update-notes.md | Deleted — lessons consolidation command removed; the underlying workflow is still supported conversationally per updated CLAUDE.md guidance. |
| CLAUDE.md | Updated with three new notes: refined GraphQL API guidance, a directive to suggest /update-pull-request on bot feedback, and a new instruction to invoke skills proactively from conversational context. |
Last reviewed commit: "Merge branch 'master..."
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Claude/agent usage guidance by removing unused command definitions and expanding CLAUDE.md with more context-driven instructions for interacting with GitHub and invoking skills/commands.
Changes:
- Update CLAUDE.md guidance around GitHub queries (MCP vs direct GraphQL) and conversational command suggestion.
- Remove deprecated
.claude/commands/update-notes.md. - Remove deprecated
.claude/commands/create-or-update-issue.md.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
CLAUDE.md |
Updates agent guidance on GitHub querying approach and when to suggest /update-pull-request / skill invocation. |
.claude/commands/update-notes.md |
Removes an unused command definition for consolidating lessons into CLAUDE.md. |
.claude/commands/create-or-update-issue.md |
Removes an unused command definition for creating/updating GitHub issues via gh/GraphQL. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Overview
Changes
Context
I think it's nice to make things more flexible for users and I'm generally leaning fully into conversational flow versus structured systems.
Summary by CodeRabbit
Documentation
Chores