gh-issue-flow

Composition skill that chains gh:issue-implement → gh:commit → gh:pr → devx:schedule (pr-reply, 10 min) → gh:pr-resolve-conflict for a single issue number. Use when the user runs /gh:issue-flow, /gh-issue-flow, or asks "issue #16 처음부터 PR까지 자동으로", "이슈 구현하고 커밋하고 PR까지 한방에", "full flow on #42". Uses direct implementation mode only — for plan/brainstorming modes, use the atomic gh:issue-implement skill manually. Stops on first step failure with a resume-instructions report. Precondition: already on a feature branch in a dedicated worktree. Accepts `<issue-number> [remote]` and `-h`/`--help`/`help`.

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "gh-issue-flow" with this command: npx skills add dEitY719/skillsmp-deity719-deity719-gh-issue-flow

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

agents-md-refactor

Refactor an existing AGENTS.md that is too long, has too much inline content, or lacks nested structure. Use when the user says "my AGENTS.md is too long", "split my AGENTS.md", "optimize my context file", "refactor AGENTS.md", or "/agents-md:refactor". Analyzes the file, proposes a split plan, and executes it — creating nested AGENTS.md files and slimming the root file. Distinct from agents-md:check (audit only) and agents-md:create (greenfield).

Repository SourceNeeds Review
Coding

devx-rate-limit-guard

[Claude Code Only] Wrap a long-running command with a rate-limit safety net. Schedules a `CronCreate(durable=true)` that fires at the user-supplied reset time, runs the wrapped command, and clears the safety net on successful completion. Use when the user runs /devx:rate-limit-guard, /devx-rate-limit-guard, or asks "rate limit 걸려도 자동 재개", "퇴근하면서 작업 시키고 limit 풀리면 이어가게 해줘", "auto-resume after my token limit resets". Supports multi-cycle re-arming via `--max-cycles N`. Requires the user to know their reset time (run /usage first). Accepts `-h`/`--help`/`help` to print usage.

Repository SourceNeeds Review
Coding

devx-resume-after-limit

[Claude Code Only] Companion to /devx:rate-limit-guard. Invoked by the scheduled cron when token-limit reset arrives — verifies the worktree/ branch context recorded by the guard, pre-emptively re-arms the next cron for multi-cycle runs (`--max-cycles N` > 1), re-runs the original wrapped command idempotently, and clears state on success. Use when the user runs /devx:resume-after-limit, /devx-resume-after-limit, or when a /devx:rate-limit-guard cron prompt fires. Accepts an optional <command> argument (cron path) or reads `.claude/.rate-limit-guard.json` (manual re-trigger). Accepts `-h`/`--help`/`help` to print usage.

Repository SourceNeeds Review
Coding

devx-schedule

[Claude Code Only] Schedule a skill or command to run after a specified delay (default: 5 min). Requires the `CronCreate` tool — does not work on Codex / Gemini CLIs. Use when the user says "N분 후에 /skill 실행해", "M분 뒤에 [skill] 수행해", "/devx:schedule", "/devx-schedule", "schedule /skill in N minutes", or "[command] N분 후에 해줘". Always invoke this skill whenever the user wants to defer any slash-command or task to run after a time delay.

Repository SourceNeeds Review
gh-issue-flow | V50.AI