Jira Skill and Dataset
The jira-project-tracking skill creates and maintains a realistic Scrum and Kanban dataset while remaining idempotent.
Workflow
- Resolve the Jira cloud ID with
getAccessibleAtlassianResources. - Discover current read, create, edit, and transition schemas.
- Search for the
cowork-rovo-reprolabel before writes. - Match records by stable
seedIdand exact summary. - Create parent records before children.
- Request confirmation before bulk creation or transitions.
- Return created, updated, and unchanged records.
Canonical dataset
The dataset contains 20 records:
| Project | Model | Records | Expected distribution |
|---|---|---|---|
| SWE | Scrum | 10 | 3 To Do, 3 In Progress, 4 Done |
| KAN | Kanban | 10 | 7 To Do, 2 In Progress, 1 Done |
SWE-1 is an epic parent for the remaining SWE work. KAN items are independent flow records. Every seeded issue uses cowork-rovo-repro and demo-data labels.
Safety model
- Never delete as part of synchronization.
- Never modify unrelated issues or project settings.
- Read current transitions before changing status.
- Prefer unchanged results over duplicate creation.