gh-project-issue-loop
GitHub Project Issue Loop
Prepare once for a GitHub Project, then repeatedly pick an available project issue and complete it using $gh-issue-to-pr.
Required Inputs
project_owner(org/user login or@me)project_numbermax_issues(default1if not provided)- Optional filters:
labels,exclude_labels,status,assignee_policy,issue_query
Algorithm
- Get ready to do issues from project.
- In a loop, do issues using
$gh-issue-to-pr.
Step 1: Get Ready Once
Run:
More from mishankov/agent-skills
nba-game-intel
Retrieve NBA game information from ESPN public APIs, including daily scoreboards, game summaries, boxscores, play-by-play, team lists, team schedules, and standings context. Use when requests ask for NBA scores, live game status, specific game-id details, or team-centric recent/upcoming game context.
16gh-issue-to-pr
Implement GitHub issues end to end using GitHub CLI and git, from cloning a repository (and forking only when needed) to opening a pull request. Use when asked to pick up a specific issue from GitHub and deliver a ready-to-review PR with linked issue context, commits, validation notes, and a pre-PR quality pass via $code-review.
10code-review
Perform comprehensive software code reviews focused on correctness, regressions, security, reliability, performance, and test quality. Use when asked to review pull requests, commits, branches, patches, or source files and deliver prioritized findings with severity, concrete impact, and file/line references.
4deliver-feature
Guide a staged feature-delivery workflow from idea to PRD, PRD to implementation plan, plan to code, and code to a review/fix loop. Use when the user wants a structured feature workflow with explicit approvals, stored `plans/NNNN. feature name/` artifacts, `$write-a-prd` for PRD drafting, `$prd-to-plan` for planning, `implement` for execution, and `$code-review` over uncommitted changes followed by fixes until the review is clean.
1