com um clique
kanban-board
Manage the kanban board. List, read, and close GitHub issues.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Manage the kanban board. List, read, and close GitHub issues.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Create or improve documentation based on the current conversation. Use this when a plan has been created and changes were requested because it didn’t follow the repository’s conventions.
Create or improve documentation based on the current conversation. Use this when a plan has been created and changes were requested because it didn’t follow the repository’s conventions.
Backend conventions and patterns. Use when working on API routes, dependency injection, or hexagonal architecture in the backend.
Database conventions and patterns. Use when working on database schemas, migrations, or data modeling.
Testing conventions and patterns. Use when writing or modifying tests, creating mocks, or using object mothers.
Navigate websites and query page content using Playwright CLI. Use this skill when the user asks to open a URL, extract data from a page, or check UI state.
| name | kanban-board |
| description | Manage the kanban board. List, read, and close GitHub issues. |
Repository: CodelyTV/agentic_programming-course
All commands require --repo CodelyTV/agentic_programming-course.
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
List all open issues and show a summary to the user.
/kanban-board 42)gh issue view <id>.Close the issue with a comment summarizing what was done:
gh issue close <number> --repo CodelyTV/agentic_programming-course --comment "Done: <brief summary>"