Manage tasks in Init Manager — pick up ready tasks, update status, comment, and close out. Use when assigned tasks via webhook or cron, or when interacting with Init Manager projects.
This skill enables AI agents to work with Init Manager as a project management backend — picking up tasks, doing work, and closing them out.
Your workspace needs these in TOOLS.md or environment:
https://manager.init.hr)initm_)There are three levels of AI instructions. Always follow them. More specific wins on conflict:
GET /api/users/<your-user-id> → aiGuide fieldGET /api/projects/<project-id> → aiGuide fieldOn first boot and periodically: fetch all three and follow the combined instructions.
ready status assigned to youin_progress before starting workready, assign to a humandone, add comment with commit/PR link + summaryAll requests need:
CODEBLOCK0
| Action | Method | Endpoint |
|---|---|---|
| List projects | GET | INLINECODE12 |
| Project board |
/api/projects/<id>/board |
| Project details | GET | /api/projects/<id> |
| List tasks | GET | /api/tasks?assignee=me&status=ready |
| Get task | GET | /api/tasks/<id> |
| Update task | PATCH | /api/tasks/<id> |
| Move task | POST | /api/tasks/<id>/move |
| Create task | POST | /api/tasks |
| Add comment | POST | /api/tasks/<id>/comments |
| Assign user | POST | /api/tasks/<id>/assign |
| Complete assignment | POST | /api/tasks/<id>/complete |
| Activity log | GET | /api/activity |
| Global AI guide | GET | /api/settings?key=ai_global_guide |
CODEBLOCK1
CODEBLOCK2
All fields optional — only include what changes.
CODEBLOCK3
⚠️ Use body field, not content.
CODEBLOCK4
CODEBLOCK5
done or INLINECODE28ready/backlog clears notification flags and assignment completionIMG-32) are auto-generated from project prefixCODEBLOCK6
| Status | Meaning |
|---|---|
| 400 | Bad request / validation |
| 401 |
CODEBLOCK7
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 init-manager-1776420057 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 init-manager-1776420057 技能
skillhub install init-manager-1776420057
文件大小: 2.69 KB | 发布时间: 2026-4-17 20:08