agent-kanban

Solid

CLI reference for agents — how to claim tasks, log progress, submit for review

AI & Automation 470 stars 40 forks Updated 4 days ago NOASSERTION

Install

View on GitHub

Quality Score: 84/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Agent Kanban — Agent CLI Reference You are an agent. Use the `ak` CLI to work on tasks. Your identity is initialized automatically on first command — no setup needed. ## Your Workflow 1. **Claim** your assigned task → `ak task claim <id>` 2. **Log** progress as you work → `ak create note --task <id> "doing X..."` 3. **Local test** → run the project's test suite and type check before pushing. Fix all failures locally. Skip only if tests cannot run locally. 4. **GitHub auth for repo work** → before the first `git push` or `gh` command, run `ak auth git <repo-id>`. The token is valid for about 1 hour; if it expires, run the command again. 5. **Draft PR** → push branch, `gh pr create --draft` 6. **Check CI** → `gh pr checks <pr-number> --watch` — fix failures, push, and re-check. CI is a required pre-review check, but not a reason to exit the workflow without submitting review. 7. **Check for merge conflicts** → `gh pr view <pr-number> --json mergeable` — if `mergeable` is not `MERGEABLE`, rebase onto the base branch, resolve conflicts, push, and re-run CI before proceeding 8. **Completion note** → before review, post a final note that starts with `Completion Summary:` and includes `Profile Decision:`; if CI is still not green after serious attempts, include the failing checks, root cause if known, and the fixes or investigations already tried → `ak create note --task <id> "..."` 9. **Ready PR** → immediately before submitting task review, mark the PR ready for review → `gh ...

Details

Author
saltbo
Repository
saltbo/agent-kanban
Created
5 months ago
Last Updated
4 days ago
Language
TypeScript
License
NOASSERTION

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

ak-task

Run the Agent Kanban task lifecycle: create, assign, monitor, and either hand review to an active board maintainer or review and finish the task as leader. Use only when the user explicitly asks for AK Task, Agent Kanban, an AK task, or delegation through an AK board. Do not use for ordinary feature implementation, bug fixing, or generic task creation.

470 Updated 4 days ago
saltbo
Code & Development Featured

agtx-sweep

Sweep this conversation into agtx tasks and push them to the kanban board. Use when the user wants to capture, decompose, or hand off conversation results to the agtx board.

1,506 Updated yesterday
fynnfluegge
AI & Automation Listed

agent-sync

Use when several coding agents work one repository at the same time and must not collide - claiming a task, reserving the next decision/question/ticket id, journaling a run, filing or answering a cross-repo dependency, or regenerating the shared board. Triggers - 'claim this task' / 'возьми задачу', 'who is working on X' / 'кто сейчас делает X', 'reserve an id' / 'зарезервируй id', 'sync the board' / 'обнови доску', 'set up agent coordination' / 'настрой координацию агентов', /agent-sync. Use it BEFORE editing any shared registry file (decisions, open questions, roadmap, workstreams, dependencies) in a project that has .claude/agent-sync.json, even when the user never mentions coordination - an unclaimed edit to those files is how two agents overwrite each other.

2 Updated today
ssheleg