Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (6)
📝 WalkthroughWalkthroughThis PR introduces three new workflow skills ( ChangesLifecycle Skills Implementation
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 docstrings
🧪 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 |
Repository rule violations found
# [17.7.0](v17.6.0...v17.7.0) (2026-05-12) ### Features * **me:** add lifecycle skills ([#650](#650)) ([1e40fe3](1e40fe3))
Summary
/build,/test, and/reviewlifecycle skills for the me plugin./shipas the existing explicit fan-out launch workflow and add lifecycle tests for all four skills.plugins/*/skills/build/SKILL.mdthrough the rootbuild/ignore rule.Tests
bats tests/me/me-specific.batsbats tests/frontmatter_tests.batsbun run testbun run check:codexSummary by CodeRabbit
New Features
/buildskill with explicit incremental implementation workflow (scope clarification, code inspection, minimal tests, verification)./testskill for discovering, adding, and running focused test suites with subagent coordination./reviewskill with structured checklist (correctness, security, coverage, maintainability, architecture, performance) and parallel subagent dispatch.Documentation
Tests