issue-action

Automate GitHub issue continuation with feature branches, conventional commits, and tests.

1.1k|68|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/vm0-ai/vm0 --skill issue-action
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-action
Source: https://github.com/vm0-ai/vm0/tree/main/.claude/skills/issue-action
Command: npx skills add https://github.com/vm0-ai/vm0 --skill issue-action

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates continuing work on a GitHub issue from the current conversation context, enabling seamless handoffs between chats and code changes.

Core Features & Use Cases

  • Context-aware issue continuation: pick up an open issue from chat history and apply planned changes.
  • Branching and commits: create or update a feature branch and apply conventional commits as work progresses.
  • PR ready workflow: run tests, validate changes, and open a PR when the work is complete.

Quick Start

Use the issue-action skill during a development conversation to continue an issue by creating a feature branch, implementing changes, and preparing a PR after test verification.

Frequently Asked Questions about issue-action

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

FAQPage Schema
How do I automate continuing work on a GitHub issue from a chat conversation?

You can automate GitHub issue continuation by applying conversation context to create a feature branch, implement planned changes, write conventional commits, run tests, and prepare a PR for submission.

Can I create a feature branch and write conventional commits from an issue discussion?

Yes, creating a feature branch and applying conventional commits directly from issue discussion context is supported, allowing planned changes to progress incrementally as work advances.

What is the best way to transition from issue planning in chat to a pull request?

The best way is to automate the workflow: pick up the open issue from chat history, create a feature branch, implement planned changes, run tests to validate, and open a PR when work is complete.

Does this issue management workflow run tests and validate changes before PR submission?

Yes, the workflow runs tests and validates changes before PR submission, ensuring that the feature branch is verified and ready for review only after successful test execution.

Do I need any external dependencies to use the issue-action Skill for GitHub branching?

No external dependencies are required to use issue-action for GitHub branching and conventional commits, as it operates independently within your conversation context to automate the full workflow.