kick-off
Start working on an issue from a issue tracking system
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start working on an issue from a issue tracking system
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Discuss GitHub reviews left on a PR interactively one comment at a time
Analyze Rails application upgrade path. Checks current version, finds latest release, fetches upgrade notes and diffs, then performs selective upgrade preserving local customizations.
| name | kick-off |
| description | Start working on an issue from a issue tracking system |
| argument-hint | ["issue-id"] |
Instructions:
The user may provide the issue ID as an argument to this skill. Prompt the user to provide the issue ID if not received as an argument.
If the issue ID is an integer look for the issue in GitHub issues using gh utility
If the issue ID is in the form ABC-123 look for the issue in Linear using the linear utility
Retrieve the issue from the relevant issue tracking software and read it.
Summarise the ticket back to the user and await further instructions.