Uh oh!
There was an error while loading. Please reload this page.
feat: PR Creation Agent — Skill 2: route-pr-template (Complete) - #1979
feat: PR Creation Agent — Skill 2: route-pr-template (Complete)#1979ashleyshaw wants to merge 2 commits into
Conversation
✅ Template check passed after update. Thanks for fixing the PR description. |
❌ Branch Name Validation FailedThe branch name Required Format
Allowed Branch Types
Valid Examples
Invalid Examples
SolutionRename your branch to follow the pattern and update the PR. For more information, see docs/BRANCHING_STRATEGY.md. |
⏱️ Aging and SLA annotation
Maintained by project-meta-sync workflow. |
…entation) ## Summary Complete implementation of PR template routing skill for PR Creation Agent Phase 3. ### Deliverables - **route-pr-template.js** (~190 LOC): Routes PRs to templates based on branch type, loads YAML routing config, extracts metadata - **route-pr-template.test.js**: 23 tests, 100% passing, 97%+ code coverage - **Security**: Safe YAML parsing with DEFAULT_SAFE_SCHEMA - **Integration**: Works with Skill 1 output (branchType), feeds Skill 3 (template metadata) ### Metadata Extraction - Identifies sections from template content - Detects required sections: 'Linked issues', 'Changelog', 'Checklist (Global DoD / PR)' - Extracts frontmatter and content statistics - Marks templates complete only when all required sections present ### Test Coverage - 23 unit tests covering input validation, config loading, routing, file reading, metadata extraction, error handling - 97.05% statement coverage, 94.44% branch coverage, 100% function coverage - All 25+ documented branch types tested - Error scenarios validated ### Phase Progress - Phase 3: 2/6 skills complete (33%) - Skill 1 (validate-branch-name): ✅ Complete (104 LOC, 39 tests) - Skill 2 (route-pr-template): ✅ Complete (190 LOC, 23 tests) - Skills 3-6: Ready for implementation Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
035e6ac to
67d2d6fCompareWarning Review limit reached
Next review available in:55 minutes Limit details: You’ve used all 1 included review currently available under your plan. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
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 |
Pull request was closed
Summary
Complete implementation of PR template routing skill for PR Creation Agent Phase 3.
Deliverables
Metadata Extraction
Test Coverage
Phase Progress
Linked issues
Closes#1870
Changelog
Added
Changed
Checklist (Global DoD / PR)
Final Status
67d2d6f- fix: Fix test file top-level await syntax for jest compatibility