Conversation
📝 WalkthroughWalkthroughVersion 2.2.0 release prepared by bumping version numbers across plugin and release manifests, updating the README badge reference, and adding a comprehensive CHANGELOG entry documenting new features and documentation improvements. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 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)
📝 Coding Plan
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Around line 11-15: The two v2.2.0 items are under the wrong section; move the
"full plugin review fixes — version sync, hook exit codes, stale references,
eval coverage ([48dc592]...)" bullet out of the "### Added" section into a "###
Fixed" section, and move the "remove out-of-scope skill-authoring skill
([44ab591]...)" bullet into a "### Removed" section (create those headings if
they don't exist), keeping the commit links and issue references intact and
preserving surrounding formatting so the changelog follows the Keep a Changelog
mapping (feat → Added, fix → Fixed, remove → Removed).
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 2ca7285f-4a2c-4452-9926-30e936ed2988
📒 Files selected for processing (4)
.claude-plugin/plugin.json.release-please-manifest.jsonCHANGELOG.mdREADME.md
| ### Added | ||
|
|
||
| * full plugin review fixes — version sync, hook exit codes, stale references, eval coverage ([48dc592](https://github.com/littlebearapps/pitchdocs/commit/48dc592bef6d0ae5c3282a105e3da90937021405)) | ||
| * remove out-of-scope skill-authoring skill ([44ab591](https://github.com/littlebearapps/pitchdocs/commit/44ab5914f81b90cd78c7ff435b2f548b1880f926)), closes [#40](https://github.com/littlebearapps/pitchdocs/issues/40) | ||
|
|
There was a problem hiding this comment.
Reclassify v2.2.0 entries to the correct Keep a Changelog sections.
Line 11 currently places fix/removal items under Added. Move those entries to Fixed and Removed so the release notes stay semantically correct.
📝 Proposed changelog reclassification
-### Added
-
-* full plugin review fixes — version sync, hook exit codes, stale references, eval coverage ([48dc592](https://github.com/littlebearapps/pitchdocs/commit/48dc592bef6d0ae5c3282a105e3da90937021405))
-* remove out-of-scope skill-authoring skill ([44ab591](https://github.com/littlebearapps/pitchdocs/commit/44ab5914f81b90cd78c7ff435b2f548b1880f926)), closes [`#40`](https://github.com/littlebearapps/pitchdocs/issues/40)
+### Fixed
+
+* full plugin review fixes — version sync, hook exit codes, stale references, eval coverage ([48dc592](https://github.com/littlebearapps/pitchdocs/commit/48dc592bef6d0ae5c3282a105e3da90937021405))
+
+### Removed
+
+* remove out-of-scope skill-authoring skill ([44ab591](https://github.com/littlebearapps/pitchdocs/commit/44ab5914f81b90cd78c7ff435b2f548b1880f926)), closes [`#40`](https://github.com/littlebearapps/pitchdocs/issues/40)As per coding guidelines: "**/CHANGELOG.md: Keep a Changelog format with user-facing benefit language, mapping conventional commits (feat: → Added, fix: → Fixed, etc.)".
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| ### Added | |
| * full plugin review fixes — version sync, hook exit codes, stale references, eval coverage ([48dc592](https://github.com/littlebearapps/pitchdocs/commit/48dc592bef6d0ae5c3282a105e3da90937021405)) | |
| * remove out-of-scope skill-authoring skill ([44ab591](https://github.com/littlebearapps/pitchdocs/commit/44ab5914f81b90cd78c7ff435b2f548b1880f926)), closes [#40](https://github.com/littlebearapps/pitchdocs/issues/40) | |
| ### Fixed | |
| * full plugin review fixes — version sync, hook exit codes, stale references, eval coverage ([48dc592](https://github.com/littlebearapps/pitchdocs/commit/48dc592bef6d0ae5c3282a105e3da90937021405)) | |
| ### Removed | |
| * remove out-of-scope skill-authoring skill ([44ab591](https://github.com/littlebearapps/pitchdocs/commit/44ab5914f81b90cd78c7ff435b2f548b1880f926)), closes [`#40`](https://github.com/littlebearapps/pitchdocs/issues/40) |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@CHANGELOG.md` around lines 11 - 15, The two v2.2.0 items are under the wrong
section; move the "full plugin review fixes — version sync, hook exit codes,
stale references, eval coverage ([48dc592]...)" bullet out of the "### Added"
section into a "### Fixed" section, and move the "remove out-of-scope
skill-authoring skill ([44ab591]...)" bullet into a "### Removed" section
(create those headings if they don't exist), keeping the commit links and issue
references intact and preserving surrounding formatting so the changelog follows
the Keep a Changelog mapping (feat → Added, fix → Fixed, remove → Removed).
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
2.2.0 (2026-03-15)
Added
Fixed
Documentation
This PR was generated by release-please. The branch and commit were created automatically; the PR was opened manually due to workflow permissions.
Summary by CodeRabbit
New Features
Documentation
Chores