| name | create-task |
| description | Create tracked tasks or issues with session context on GitHub or GitLab. Use when creating a task, filing an issue, or when the user mentions creating a task, opening an issue, or tracking work. |
Source: https://github.com/kevinslin/agstack/tree/1c2829e234070040a20c1b790223a8ab5fc885b2/active/create-task/SKILL.md
Imported from commit: 1c2829e234070040a20c1b790223a8ab5fc885b2
License: MIT, Copyright (c) 2026 Kevin Lin
Create Task
Create tasks on target platforms with a consistent workflow and metadata.
Required Footer
Always append this block at the end of the task body:
### Context
- session: [llm-session]
Rules:
- Keep this section as the final block in the task body.
- Keep the heading and bullet key exactly as shown.
- Replace
[llm-session] with the real session ID when known.
- If the session ID is not available, keep
[llm-session] placeholder.
Workflow
- Identify the target platform.
- Gather task details: title, body content, tags, due date, assignees, and custom fields.
- Build final body by appending the required
Context footer.
- Execute task creation using the target reference instructions.
- Confirm result with task URL/ID and the applied metadata.
Supported Targets
Add A New Target
For each new target, add references/<target>.md and include all required sections:
## Authentication
## Add task
## Add tags
## Add due dates
## Custom fields
After adding a target reference:
- Add the target entry under
Supported Targets.
- Keep commands executable and deterministic.
- Include at least one concrete creation example that appends the required
Context footer.