Skip to content

feat(catalog): add initial slash commands — compact, review, plan#251

Merged
LucasSantana-Dev merged 1 commit into
mainfrom
feat/initial-slash-commands
May 28, 2026
Merged

feat(catalog): add initial slash commands — compact, review, plan#251
LucasSantana-Dev merged 1 commit into
mainfrom
feat/initial-slash-commands

Conversation

@LucasSantana-Dev
Copy link
Copy Markdown
Owner

Closes #248

Adds 3 slash commands to the catalog:

  • compact — context window compression, wired into Token & Context Optimization collection
  • review — code review with severity ratings, wired into Verification Review Gate collection
  • plan — plan mode entry, wired into Spec & Planning collection

Each has manifest.json + command.md, pt-BR translation, and is installable via forge-kit install <id>.

Copy link
Copy Markdown

@greptile-apps greptile-apps Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 28, 2026

Warning

Review limit reached

@LucasSantana-Dev, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 34 minutes and 30 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 35d66e21-eaf7-4712-96f1-67c571c5ea0d

📥 Commits

Reviewing files that changed from the base of the PR and between cd4531e and 629f396.

📒 Files selected for processing (11)
  • CHANGELOG.md
  • packages/catalog/catalog/collections/spec-and-planning.yaml
  • packages/catalog/catalog/collections/token-and-context-optimization.yaml
  • packages/catalog/catalog/collections/verification-review-gate.yaml
  • packages/catalog/catalog/commands/compact/command.md
  • packages/catalog/catalog/commands/compact/manifest.json
  • packages/catalog/catalog/commands/plan/command.md
  • packages/catalog/catalog/commands/plan/manifest.json
  • packages/catalog/catalog/commands/review/command.md
  • packages/catalog/catalog/commands/review/manifest.json
  • packages/catalog/catalog/index.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/initial-slash-commands

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@LucasSantana-Dev LucasSantana-Dev merged commit 7d22bfc into main May 28, 2026
22 of 23 checks passed
@LucasSantana-Dev LucasSantana-Dev deleted the feat/initial-slash-commands branch May 28, 2026 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add initial slash commands to catalog

1 participant