github-issues-task-manager

Installation
SKILL.md

GitHub Issues task manager

Canonical policy: AGENTS.md in this skill folder, or the target repo’s root AGENTS.md after install. Claude/Gemini/Copilot paths and .claude/skills/.../SKILL.md are symlinks — edit AGENTS.md and this skill only.

Always send -H "GraphQL-Features: issue_fields" on GraphQL that reads or writes issue fields.

Resolve the current repo. Do not hardcode owner/name:

REPO=$(gh repo view --json nameWithOwner --jq .nameWithOwner)
OWNER=$(gh repo view --json owner --jq .owner.login)
NAME=$(gh repo view --json name --jq .name)

Install into a repository

If the user asked to install this skill, follow the package README. Preferred:

Installs
11
Repository
oglofus/skills
GitHub Stars
1
First Seen
9 days ago
github-issues-task-manager — oglofus/skills