Share research issue skill workflow#133
Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ 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 Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThis PR refactors the research-issue agent skill by extracting its comprehensive workflow definition from the Claude wrapper into a canonical shared location. The new structure includes a detailed workflow file with multi-phase execution guidelines, a new agent skill descriptor, a refactored Claude wrapper that delegates to the shared workflow, and updated registry documentation. ChangesResearch Issue Skill Refactoring
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
e44bed1 to
cc5be43
Compare
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
Summary
.agents/skills/research-issue/SKILL.mdfor automatic Codex discovery..agents/workflows/research-issue/WORKFLOW.md..claude/skills/research-issue/SKILL.mdpointing to the same shared workflow.AGENTS.mdto document the canonical workflow and both wrappers.Validation
dotnet fantomas .dotnet build Imperium.slnxdotnet testdotnet run --no-build --project tests/Imperium.UnitTests/Imperium.UnitTests.fsproj -- --render-spec-markdowngit diff --checkSummary by CodeRabbit
Release Notes
New Features
Documentation