feat(skills): update issue-lifecycle to use direct type execution#1382
Merged
Conversation
Collapse the two-step model create + method run into a single direct type execution command across all skill files, removing the definition creation overhead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
Documentation-only PR updating all 5 issue-lifecycle skill files to use direct type execution syntax. Reviewed all changes for internal consistency.
Blocking Issues
None.
Suggestions
None — the changes are clean and well-structured:
- All 21 command references consistently updated to
swamp model @swamp/issue-lifecycle method run <method> issue-<N>syntax - The
model create+method run starttwo-step correctly collapsed into a singlemethod run startwith--input issueNumber=<N> - Triage steps renumbered 1–4, planning steps renumbered 5–7, all cross-references consistent
- The old SKILL.md said "Phase 2: Planning (steps 6–9)" but planning.md only had steps 6–8; the new "steps 5–7" correctly matches the actual 3 planning steps
- Worktree note preserved and repositioned logically after the new combined step
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
swamp model @swamp/issue-lifecycle method run <method> issue-<N> --input ...) across all 5 skill filesTest plan
@swamp/issue-lifecyclewithstartmethod on issue-342.swamp/auto-definitions/🤖 Generated with Claude Code