Agent skill
kanban-board
Manage the kanban board. List, read, and close GitHub issues.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/kanban-board
SKILL.md
Kanban Board
Repository: CodelyTV/agentic_programming-course
All commands require --repo CodelyTV/agentic_programming-course.
Commands
List open issues:
gh issue list --repo CodelyTV/agentic_programming-course
View a specific issue:
gh issue view <number> --repo CodelyTV/agentic_programming-course
Close an issue:
gh issue close <number> --repo CodelyTV/agentic_programming-course
Behavior
Without arguments
List all open issues and show a summary to the user.
With an issue ID as argument (e.g. /kanban-board 42)
- Read the issue using
gh issue view <id>. - Analyze the description, acceptance criteria, and labels.
- Present an implementation plan to the user with:
- Summary of what the issue asks for.
- Potential risks or open questions.
After completing work on an issue
Close the issue with a comment summarizing what was done:
gh issue close <number> --repo CodelyTV/agentic_programming-course --comment "Done: <brief summary>"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?