agentsclimarketplace

Kanban board

Skill CodelyTV/agentic_programming-course/10-conclusions/1-all_together/.agents/skills/kanban-board

Agentic Programming with AI: Practical Fundamentals course examples

Install
npx -y skills add CodelyTV/agentic_programming-course --skill kanban-board

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Manage the kanban board. List, read, and close GitHub issues.

SKILL.md

1.1 KB, as published. Nobody here has run it

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)

  1. Read the issue using gh issue view <id>.
  2. Analyze the description, acceptance criteria, and labels.
  3. 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>"

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.