gt

Installation
SKILL.md

Analyze staged changes and create a Graphite stacked PR with user confirmation.

Usage: /gt or /gt A-35 (with optional Linear issue ID)

1. Analysis Phase

  1. Check for Linear Issue ID: If user provided an issue ID argument (e.g., A-35):
    • Validate format matches A-\d+ pattern
    • Store for use in commit message and PR description
    • Prepare "Completes [ISSUE_ID]" phrase
  2. Check Prerequisites: Verify git staged changes exist, if not prompt user to stage changes first
  3. Analyze Staged Changes: Use git status, git diff --cached --stat, and git diff --cached to understand:
    • Files modified, added, deleted
    • Lines added/removed
    • Nature of changes (features, fixes, refactoring, etc.)
  4. Review Recent Commits: Check git log --oneline -5 for context and commit message patterns

2. Suggestion Generation

Generate and present to user:

Related skills

More from wiseiodev/skills

Installs
4
First Seen
Feb 17, 2026