issue-burndown

Automate GitHub issue resolution and Pull Request creation via API.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/aditrioka/nearyou-id --skill issue-burndown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-burndown
Source: https://github.com/aditrioka/nearyou-id/tree/main/.claude/skills/issue-burndown
Command: npx skills add https://github.com/aditrioka/nearyou-id --skill issue-burndown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github, gh, and includes scripts (resource) components.

What problem does it solve?

This Skill manages the lifecycle of GitHub issues, from claim to resolution and closure by implementing or closing a related Pull Request.

Core Features & Use Cases

  • Issue Execution: Manages a single GitHub issue by implementing a fix, changing a behavior, or creating a new capability.
  • Branch & PR Creation: Creates branches and Pull Requests directly related to the resolved issues.
  • Automated Close: Automatically closes the issues after a related PR merges.
  • Triage Coordination: Works with other skills like /triage-follow-ups to maintain an issue-ready backlog.

Quick Start

Burn down the GitHub issue with ID #372.

Frequently Asked Questions about issue-burndown

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

FAQPage Schema
How do I automate GitHub issue resolution and pull request creation?

Automating GitHub issue resolution involves using API commands to implement fixes, create branches, and open pull requests directly linked to the issue. This Skill manages that lifecycle from claim to automated closure upon PR merge.

Do I need GitHub authentication to automate issue closure and PR management?

Yes, GitHub authentication is required to automate issue closure and PR management. You must have access to GitHub organization issues and pull requests, along with the capacity to interact with issue metadata for automated updates.

Can I automatically close a GitHub issue when a related pull request merges?

Yes, you can automatically close a GitHub issue when a related pull request merges by utilizing automated workflow management. This Skill triggers closure operations by interacting with issue metadata after branch and PR creation.

What is the best way to manage a single GitHub issue from execution to PR?

The best way to manage a single GitHub issue from execution to PR is through automated workflow management. This Skill handles the entire lifecycle, utilizing GitHub's API for branching strategy, PR automation, and final issue closure.

Does this issue burndown Skill work with other backlog triage tools?

Yes, this issue burndown Skill works with backlog triage tools like triage-follow-ups to maintain an issue-ready backlog. It coordinates triage by resolving claimed issues while complementary skills prepare new tasks.