ワンクリックで
kano-agent-backlog-skill
Local-first, multi-product backlog management with agent collaboration discipline.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Local-first, multi-product backlog management with agent collaboration discipline.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Commit convention linting and changelog automation following the Kano commit format.
Local-first, multi-product backlog management with agent collaboration discipline.
Commit convention linting and changelog automation following the Kano commit format.
Local-first, multi-product backlog management with agent collaboration discipline.
Commit convention linting and changelog automation following the Kano commit format.
Local-first, multi-product backlog management with agent collaboration discipline.
| name | kano-agent-backlog-skill |
| description | Local-first, multi-product backlog management with agent collaboration discipline. |
GitHub Copilot Skill Adapter - This is a thin wrapper that points to the canonical skill documentation.
This skill provides local-first, multi-product backlog management with agent collaboration discipline.
📚 Canonical Documentation: skills/kano-agent-backlog-skill/SKILL.md
[!IMPORTANT] You MUST read the canonical SKILL.md before using this skill. The sections below provide quick navigation to key topics.
kano-backlog admin init --product <name> --agent <id>kano-backlog workitem create --type Task --title "..." --agent <id>kano-backlog workitem update-state <ID> --state Done --agent <id>kano-backlog view refresh --agent <id>_kano/backlog/_kano/backlog/products/<product>/items/_kano/backlog/products/<product>/views/cd skills/kano-agent-backlog-skill
pip install -e .
python skills/kano-agent-backlog-skill/scripts/kano-backlog workitem create \
--type Task \
--title "Implement feature X" \
--product kano-agent-backlog-skill \
--agent copilot
python skills/kano-agent-backlog-skill/scripts/kano-backlog workitem update-state KABSD-TSK-0001 \
--state InProgress \
--agent copilot
python skills/kano-agent-backlog-skill/scripts/kano-backlog view refresh \
--product kano-agent-backlog-skill \
--agent copilot
| Topic | Link |
|---|---|
| Full Documentation | SKILL.md |
| CLI Reference | SKILL.md#cli-reference |
| Architecture ADRs | decisions/ |
| Examples | references/ |
SKILL.mdkano-backlog doctor to check environmentpip install -e skills/kano-agent-backlog-skill