sprint-issue

Solid

Fast-track workflow for small, well-scoped issues. Skips the plan checkpoint for speed.

AI & Automation 416 stars 49 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Sprint Issue Quickly resolve a small, well-scoped GitHub issue with a streamlined workflow. Use `/resolve-issue` for larger or more complex work that needs full checkpoints. ## Your task ### Step 1: Get issue details and prepare - Run `gh issue view $ARGUMENTS` to get issue details. - Briefly assess scope and identify files that need changes. - **If already on a feature branch** (e.g., from `/setup-sprint` worktrees): confirm the branch name matches the issue and proceed to Step 2. - **If on main/master**: create a feature branch using the issue's type label to determine the prefix (e.g., `chore/gh-$ARGUMENTS-short-description`, `fix/gh-$ARGUMENTS-short-description`, `feat/gh-$ARGUMENTS-short-description`). If no type label is present, infer from context (default to `chore/`). ### Step 2: Implement and verify - Implement the fix with frequent commits following Conventional Commits. - Run the project's linter (if configured) and fix any issues before proceeding. To find the right command, check the project's README, CI workflow files, or look for config files like `.rubocop.yml`, `.standardrb.yml`, `.eslintrc.*`, or `package.json`. - Run the project's test suite (if one exists) and ensure all tests pass. Check for `Rakefile`, `package.json`, `pytest.ini`, or CI config to discover the test command. - **Do NOT proceed if linting or tests fail.** If the project has no linter or test suite, skip the corresponding check and move on. ### Step 3: Update ROADMAP and create PR...

Details

Author
joshukraine
Repository
joshukraine/dotfiles
Created
11 years ago
Last Updated
yesterday
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category