Add approve and ship workflow shortcuts - #1
Merged
Merged
Conversation
Two user-invoked-only skills (disable-model-invocation) that replace sentences typed at the same two seams every time: - /powers:approve — spec approval fast path: commit the spec, enter plan mode. Counts as the explicit approval the brainstorming hard-gate waits for. - /powers:ship — work-done fast path: open the PR, request and wait for Copilot's review, fix what's relevant, state why the rest was skipped. Brainstorming skill and README point at the shortcuts; plugin bumped to 0.4.0. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GwXn3MfpedFs21efyk73td
There was a problem hiding this comment.
Pull request overview
Adds two user-invoked workflow shortcuts to the powers plugin—/powers:approve for spec approval → commit → plan, and /powers:ship for opening/shipping a PR with a Copilot review loop—plus documentation updates and a version bump to publish the new capabilities.
Changes:
- Added new
approveandshipshortcut skill definitions (both markeddisable-model-invocation: true). - Updated existing skill/README documentation to reference and describe the new shortcuts.
- Bumped plugin version from
0.3.2to0.4.0.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| skills/ship/SKILL.md | Introduces the /powers:ship shortcut guidance for PR creation + Copilot review triage workflow. |
| skills/approve/SKILL.md | Introduces the /powers:approve shortcut guidance to guard, commit the spec, and enter plan mode. |
| skills/brainstorming/SKILL.md | Documents /powers:approve as the fast-path after spec review/approval. |
| README.md | Adds user-facing descriptions for the new approve and ship shortcuts. |
| .claude-plugin/plugin.json | Version bump to 0.4.0 to reflect the new shortcuts. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
This PR introduces two new workflow shortcuts to the powers plugin:
approveandship. These streamline the spec approval and PR shipping phases of the development workflow.Key Changes
New
approveshortcut (/powers:approve): Provides a fast path for spec approval that counts as explicit approval, commits the spec with messagespec: <slug>, and automatically enters plan mode. Guards against invocation when no spec is awaiting approval.New
shipshortcut (/powers:ship): Automates the PR shipping workflow with six steps:Updated brainstorming skill documentation: Added reference to
/powers:approveas the fast path for spec approval.Updated README: Added descriptions of both new shortcuts and their user-invoked-only nature.
Version bump: Updated plugin version from 0.3.2 to 0.4.0.
Implementation Details
Both shortcuts are marked with
disable-model-invocation: true, indicating they are user-invoked commands only and do not trigger model invocation themselves. Theapproveshortcut includes a guard clause to prevent approval of non-existent specs. Theshipshortcut provides detailed guidance on handling Copilot review comments, emphasizing that every comment must be explicitly addressed (fixed or skipped with reasoning) rather than silently ignored.https://claude.ai/code/session_01GwXn3MfpedFs21efyk73td