| name | release-readiness-review |
| description | Review whether SoulMap AI is ready to ship by checking docs, changelog, tests, packaging, and user-facing claims for release consistency. |
| disable-model-invocation | true |
Release readiness review
Use this skill before shipping notable changes to the repository.
This skill is for launch and release hygiene, not feature ideation.
Do not use this skill for
Mission
Check whether the repo tells a consistent, shippable story across:
- code
- docs
- tests
- changelog
- packaging
- user-facing claims
Primary sources
Always inspect:
README.md
CHANGELOG.md
docs/engineering/DEV.md
docs/engineering/TESTER.md
docs/engineering/API.md
docs/operations/OPERATIONS.md
templates/launch-readiness-checklist.md
- relevant tests under
tests/
What to check
Docs sync
Verify that newly added modules, workflows, or constraints are reflected in docs.
Changelog accuracy
Verify that CHANGELOG.md captures meaningful added, changed, or removed behavior.
Test coverage
Check whether important changes are protected by:
- unit or regression tests
- eval cases
- build or packaging checks
Packaging readiness
Confirm that the distribution artifact still matches what the repo claims to ship.
Public claims
Check whether README and public-facing docs make claims the implementation can support.
Workflow
- Inspect the changed files.
- Compare them against docs and release notes.
- Identify gaps that would confuse a user, tester, or maintainer.
- Fix the highest-signal gaps first.
- Leave a concise release-readiness summary.
Expected output
When reviewing, structure the result as:
Findings
List shipping blockers or inconsistencies first.
Fixes
Summarize what was updated to restore readiness.
Residual Risks
Call out anything still unverified, untested, or intentionally deferred.
Writing rules
- Prefer concrete release risks over vague quality statements.
- Keep the focus on what affects shipping confidence.
- Do not turn the review into a feature roadmap.
Definition of done
The repo should be:
- documented honestly
- changelog-consistent
- test-backed where it matters
- ready to package and hand off