Docs: last single-plugin tidy — intro, section heading, site description - #54
Merged
Conversation
Three spots #53's sweep missed: README still framed the repo as multiple plugins (intro sentence, auto-install line, contributing line), using-skills still headed its skill table "The plugins", and myst.yml's site description still advertised style checks — which are planned (#3), not shipped. Repo-level files only; nothing under qe/ changes, so no version bump. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Documentation sweep to align repo-level docs and the rendered MyST site metadata with the post-#53 “single qe plugin” reality, removing remaining references to the pre-consolidation plugin layout.
Changes:
- Update README intro and installation/contributing wording to refer to the single
qeplugin. - Rename the “The plugins” section heading to “The skills” in the user guide.
- Refresh the MyST site description to reflect what is currently shipped (review support, benchmark, audits, work-plan tooling).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Updates high-level description and installation/contributing copy to match the one-plugin qe structure. |
| docs/using-skills.md | Renames the section heading to describe the user-facing surface (“skills”) rather than implementation (“plugins”). |
| myst.yml | Updates the published-site description to match the currently shipped capabilities. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Copilot's review of #54 caught the rewritten Contributing line reading as if only plugin-directory changes count — docs-only PRs are equally valid — and "its marketplace.json entry" not saying the catalogue lives at .claude-plugin/marketplace.json. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
16 tasks
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.
Follow-up sweep after #53: three spots still described the pre-consolidation shape. README's intro sentence, auto-install line, and contributing line now speak of the one
qeplugin; docs/using-skills.md's table heading becomes "The skills"; and myst.yml's site description now names what actually ships (PR review support, acceleration triage/review, bulk audits, work-plan tooling) instead of advertising style checks, which are planned in #3 but not shipped.Repo-level files only — nothing under
qe/changes, so no version bump is due and the guard agrees.🤖 Generated with Claude Code