chore: add AI QA review and release regression skills#40342
chore: add AI QA review and release regression skills#40342jessicaschelly wants to merge 1 commit intodevelopfrom
Conversation
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
📜 Recent review details🧰 Additional context used🧠 Learnings (5)📓 Common learnings📚 Learning: 2026-02-24T19:05:56.710ZApplied to files:
📚 Learning: 2026-02-24T19:05:56.710ZApplied to files:
📚 Learning: 2026-04-27T18:32:24.362ZApplied to files:
📚 Learning: 2026-02-23T17:53:18.785ZApplied to files:
🔇 Additional comments (6)
WalkthroughThis change introduces pointer files in multiple agent/tool configuration directories ( Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #40342 +/- ##
===========================================
- Coverage 69.87% 69.85% -0.03%
===========================================
Files 3297 3297
Lines 119267 119267
Branches 21550 21523 -27
===========================================
- Hits 83339 83310 -29
- Misses 32627 32658 +31
+ Partials 3301 3299 -2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Proposed changes (including videos or screenshots)
This PR adds two QA-focused AI skills under
skills/and exposes that shared skill directory tothe supported assistant configs.
The new skills are:
qa-pr: a QA-style review workflow for branches and pull requests, focused on finding user-visible regressions and validating concrete bug hypotheses
release-qa-regression: a release-oriented regression workflow for comparing a target release/branch against a known-good baseline and identifying the introducing PR or commit
It also adds the
skillsdirectory mapping for:.agents/.claude/.cursor/.github/This keeps the QA and release regression review flows reusable across the different assistant
integrations in the repository.
Issue(s)
Steps to test or reproduce
skills/qa-pr/SKILL.mdorskills/release-qa-regression/SKILL.mdand confirm theworkflows are present.
.agents/skills,.claude/skills,.cursor/skills, and.github/skillsallpoint to
../skills.discoverable.
Further comments
This is a workflow/configuration change only. It does not change product runtime behavior.
Summary by CodeRabbit
Documentation
Chores