What is vcs-issue-management?
Manage issue lifecycle: comments, state changes, assignments, and professional status updates for GitHub and GitLab. Source: diegocanepa/agent-skills.
Manage issue lifecycle: comments, state changes, assignments, and professional status updates for GitHub and GitLab.
Quickly install vcs-issue-management AI skill to your development environment via command line
Source: diegocanepa/agent-skills.
| 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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/diegocanepa/agent-skills --skill vcs-issue-managementManage issue lifecycle: comments, state changes, assignments, and professional status updates for GitHub and GitLab. Source: diegocanepa/agent-skills.
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
https://github.com/diegocanepa/agent-skills