📝 docs(skills): rename code-review to review-checklist#14229
Merged
Conversation
Reposition the skill as a recurring-mistakes checklist: - drop the "Before You Start" prelude and "Output Format" trailing block - promote subsection headers from ### to ## - update AGENTS.md to reference the renamed skill from a new "Code Review" section - correct the i18n note: pnpm i18n is slow and run manually, not auto-handled by CI
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## canary #14229 +/- ##
===========================================
- Coverage 86.03% 68.07% -17.97%
===========================================
Files 620 2266 +1646
Lines 51652 194266 +142614
Branches 8719 20337 +11618
===========================================
+ Hits 44440 132242 +87802
- Misses 7083 61895 +54812
Partials 129 129
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
sxueck
pushed a commit
to sxueck/lobehub
that referenced
this pull request
Apr 28, 2026
mutoe
pushed a commit
to mutoe/lobehub
that referenced
this pull request
May 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💻 Change Type
🔗 Related Issue
N/A
🔀 Description of Change
Reposition the
code-reviewskill as a recurring-mistakes checklist (not a generic review guide), and rename the directory + skill name accordingly.review-plusalready handles the scan-related reads.## Checklistwrapper and promote subsection headers from###to##.### Code Reviewsection inAGENTS.mdpointing to the renamed skill.pnpm i18nnote: it is slow and run manually before a PR, not auto-handled by CI.🧪 How to Test
📝 Additional Information
A companion cloud-repo PR updates the matching symlink and adds a
cloud-review-checklistskill (cloud-only i18n locale-key trap).