issue-next

Orchestrate GitHub Issue processing through planning, implementation, review, and security checks.

Updated May 2, 2026
One-click install
npx skills add https://github.com/nanokajs/nanoka --skill issue-next-nanokajs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-next
Source: https://github.com/nanokajs/nanoka/tree/main/.agents/skills/issue-next
Command: npx skills add https://github.com/nanokajs/nanoka --skill issue-next-nanokajs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the orchestration of processing a single GitHub Issue by sequentially calling sub-agents for planning, implementation, review, and security checks, and then closing the Issue upon completion.

Core Features & Use Cases

  • Issue Orchestration: Sequentially calls agents for planning, implementation, review, and security review of a GitHub Issue.
  • Single Issue Processing: Handles one Issue at a time, ensuring focused and complete work on each issue before moving to the next.
  • User Confirmation: Involves user confirmation at key steps to ensure the integrity of the process.
  • Automated Closing: Closes the Issue automatically upon completion, reducing manual steps.

Quick Start

Use the /issue-next command followed by the Issue number to process a specific GitHub Issue.

Frequently Asked Questions about issue-next

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub issue processing from planning to code review?

You can automate GitHub issue processing by orchestrating sub-agents that sequentially handle planning, implementation, code review, and security checks. The workflow requires user confirmation at key steps and automatically closes the issue upon completion.

What is agent orchestration for issue management?

Agent orchestration for issue management is the sequential coordination of specialized sub-agents to plan, implement, review, and security-check a single GitHub issue. It ensures focused processing by handling one issue at a time and closing it automatically upon completion.

Can I process multiple GitHub issues in a single automated run?

No, automated issue processing handles one GitHub issue at a time to ensure focused and complete work on each issue before moving to the next. This approach requires user confirmation at key steps to maintain process integrity.

How do I start automating a specific GitHub issue with agent orchestration?

To start automating a specific GitHub issue, use the /issue-next command followed by the issue number. This triggers the sequential orchestration of sub-agents for planning, implementation, review, and security checks, requiring your confirmation at key steps.

Does automated GitHub issue orchestration include code review and security checks?

Yes, automated GitHub issue orchestration includes code review and security checks by sequentially calling dedicated sub-agents. After planning and implementation, the workflow runs a review agent and a security review agent before automatically closing the issue.

Do I need to manually close GitHub issues after automated processing?

No, you do not need to manually close GitHub issues after automated processing. The orchestration workflow closes the issue automatically upon completion of the planning, implementation, review, and security check steps, reducing manual overhead.