Agent skill

gh-assigning-issues

Manages assignees on a GitHub issue. Use to indicate ownership or request review.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/gh-assigning-issues

SKILL.md

Assigning Issues

Purpose

Edits issue assignees using the gh issue edit command.

1. Safety & Verification

  • Collaborators: Users must have appropriate permissions to be assigned.

2. Common Workflows

Workflow: Assign to Self

Sets yourself as the owner.

Command:

bash
gh issue edit <issue-number> --add-assignee "@me"

Workflow: Add Multiple Assignees

Comma-separated list of usernames.

Command:

bash
gh issue edit <issue-number> --add-assignee "user1,user2"

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results