docs: add uninstall instructions to README#52
Conversation
|
Ready to review this PR? Stage has broken it down into 1 individual chapter for you:
Chapters generated by Stage for commit 0b6a750 on May 27, 2026 7:15pm UTC. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0b6a75029a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| ## Uninstall | ||
|
|
||
| ```bash | ||
| npx skills remove ReviewStage/stage-cli |
There was a problem hiding this comment.
Remove the installed skill name
For users following these uninstall docs, this command passes the repository source rather than the installed skill name. I checked the skills CLI docs for remove, which describe removing by skill name (for example, npx skills remove web-design-guidelines), and this repo’s skill frontmatter names the installed skill stage-chapters in skills/stage-chapters/SKILL.md; as written, the skill can remain installed after the npm package is removed.
Useful? React with 👍 / 👎.
Summary
Add an Uninstall section to the README so users know how to cleanly remove Stage. The steps mirror the install flow in reverse order.
Changes
Testing
Verified README renders correctly with the new section.
Summary by cubic
Added an Uninstall section to the README with clear steps to remove Stage. Includes commands to remove the
ReviewStage/stage-cliskill and uninstall the globalstagereviewpackage.Written for commit 0b6a750. Summary will update on new commits. Review in cubic