feat: add Task template, gh-cherry-usage skill, and migrate PR review to gh cherry#14064
Open
feat: add Task template, gh-cherry-usage skill, and migrate PR review to gh cherry#14064
Conversation
Add a new Task issue template for tracking work items like maintenance, documentation, and CI/CD tasks. Update gh-create-issue skill to use gh-cherry extension for setting issue types automatically when the template defines a type field. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> Signed-off-by: icarus <[email protected]>
Task template is not intended for external users. Move it from .github/ISSUE_TEMPLATE/ to .github/TASK_TEMPLATE.yml so it only appears when used via the gh-create-issue skill. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> Signed-off-by: icarus <[email protected]>
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> Signed-off-by: icarus <[email protected]>
DeJeune
approved these changes
Apr 6, 2026
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.

What this PR does
Before this PR:
gh-create-issueskill usesgh issue create, which does not support setting issue typesgh-cherry-usageskill exists for CLI referenceAfter this PR:
.github/ISSUE_TEMPLATE/4_task.yml) for tracking work itemsgh-create-issueskill to usegh-cherryextension for automatic issue type assignment when the template defines atypefieldgh-cherry-usagepublic skill as a usage guide for thegh cherryCLI extensiongh pr-reviewtogh cherry, which provides a more complete review lifecycle with unified issue/diff/review commandsWhy we need it and why it was done in this way
GitHub CLI (
gh) does not natively support issue types (tracked in cli/cli#9696). Thegh-cherryextension (EurFelux/gh-cherry) fills this gap by wrapping the GraphQL API, and also provides enhanced PR diff and review lifecycle commands that supersede the oldgh-pr-reviewextension.Migrating from
gh-pr-reviewtogh-cherryalso eliminates the license risk —gh-pr-reviewupstream has no license, whilegh-cherryis MIT-licensed and can be safely integrated into the main repository.The following tradeoffs were made:
gh-cherry) rather than calling GraphQL directly, for simplicity and maintainabilityThe following alternatives were considered:
gh api graphqldirectly in the skill — rejected because it's verbose and harder to maintainBreaking changes
None.
Special notes for your reviewer
Install:
gh extension install EurFelux/gh-cherry(v0.0.1 released)Checklist
/gh-pr-review,gh pr diff, or GitHub UI) before requesting review from othersRelease note