·vcs-issue-management
</>

vcs-issue-management

Manage issue lifecycle: comments, state changes, assignments, and professional status updates for GitHub and GitLab.

7Installs·1Trend·@diegocanepa

Installation

$npx skills add https://github.com/diegocanepa/agent-skills --skill vcs-issue-management

How to Install vcs-issue-management

Quickly install vcs-issue-management AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/diegocanepa/agent-skills --skill vcs-issue-management
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: diegocanepa/agent-skills.

SKILL.md

View raw

| Action | GitHub Tool (mcpgithub) | GitLab Tool (mcpgitlab) |

| Comment | addissuecomment(owner, repo, issuenumber, body) | createissuenote(projectid, issueiid, body) | | Change State | updateissue(..., state: 'open'\|'closed') | editissue(..., stateevent: 'reopen'\|'close') | | Assign | updateissue(..., assignees: [u1]) | editissue(..., assigneeids: [id]) |

| Edit Body | updateissue(..., body: '...') | editissue(..., description: '...') |

Manage issue lifecycle: comments, state changes, assignments, and professional status updates for GitHub and GitLab. Source: diegocanepa/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/diegocanepa/agent-skills --skill vcs-issue-management
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from diegocanepa/agent-skills

Quick answers

What is vcs-issue-management?

Manage issue lifecycle: comments, state changes, assignments, and professional status updates for GitHub and GitLab. Source: diegocanepa/agent-skills.

How do I install vcs-issue-management?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/diegocanepa/agent-skills --skill vcs-issue-management Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/diegocanepa/agent-skills