
Self Review Apply
- 27 installs
- 36 repo stars
- Updated August 4, 2026
- e0ipso/self-review
Reads structured review feedback from a self-review XML file and automatically applies the suggested code changes so review comments turn into edits.
About
self-review-apply reads structured review feedback from a self-review XML file and automatically applies those comments and suggestions to the codebase, handling file changes at both line and file level. A solo builder reaches for it after a critique pass to turn review notes into actual edits without applying each suggestion by hand.
- Parses self-review XML feedback
- Applies file-level and line-level suggestions
- Handles added, modified, deleted and renamed files
- Tracks reviewer viewed status
Self Review Apply by the numbers
- 27 all-time installs (skills.sh)
- Ranked #684 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/e0ipso/self-review --skill self-review-applyAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 27 |
|---|---|
| repo stars | ★ 36 |
| Last updated | August 4, 2026 |
| Repository | e0ipso/self-review ↗ |
What it does
Reads structured review feedback from a self-review XML file and automatically applies the suggested code changes so review comments turn into edits.
Who is it for?
Applying self-review feedback to code automatically
When should I use this skill?
you have a self-review XML file of comments to apply