Add Agent Skills, review-pr workflow, and CodeRabbit checklist integration#1146
Add Agent Skills, review-pr workflow, and CodeRabbit checklist integration#1146teresaromero wants to merge 5 commits intoelastic:mainfrom
Conversation
Introduce package-spec-release skill (agentskills.io-aligned) with references/workflow.md, docs bridge, CLAUDE.md and Copilot instructions, and link the procedure from AGENTS.md. Made-with: Cursor
Introduce a new markdown file for authoring agent skills, detailing the required format, layout, and validation processes. This includes specifications for the `SKILL.md` frontmatter and best practices for skill creation, aligning with the agentskills.io open standard.
…ient compatibility
This new skill drafts or opens a GitHub pull request body that adheres to the repository’s PULL_REQUEST_TEMPLATE.md. It includes instructions for summarizing changes, related issues, and checklist verification, ensuring a structured and concise PR submission process.
Document the skill from CONTRIBUTING, ignore local review output, and load contribution rules from .cursor/skills/review-pr/references/checklist.md. Made-with: Cursor
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 5 minutes and 48 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (13)
✨ 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 |
💚 Build Succeeded
|
What does this PR do?
Introduces and documents Agent Skills and related AI workflow assets in the repo:
.cursor/skills/—package-spec-release(release procedure +references/workflow.md),open-pull-request(PR body from the repo template), andreview-pr(read-only PR review withreferences/checklist.md)..cursor/rules/agentskills-skill-authoring.mdc— authoring guidance aligned with the portable Agent Skills spec..coderabbit.yaml— CodeRabbit knowledge base pointing atreview-prchecklist paths for contribution rules.CONTRIBUTING.md,AGENTS.md,CLAUDE.md,docs/releasing-package-spec.md, and.github/copilot-instructions.mdupdated so maintainers and agents can find the skills without Makefile installs..gitignore— ignores local review output (.cursor/review-pr-output.md).Why is it important?
Gives contributors and agents a single, documented place (skills + checklist + CodeRabbit) to run releases, draft PRs, and review changes consistently. This is not tied to a product issue; it is an incremental improvement to maintainer and AI-assisted workflows.
Checklist
I have added test packages totest/packagesthat prove my change is effective.spec/changelog.yml.Related issues