Tadas Labudis
af09f9c38e
New skill: issue-fields-migration (#990)
* Add issue-fields-migration skill
Standalone skill to bulk-copy field values from Project V2 fields to
org-level issue fields. Includes 5-phase workflow (discovery, option
mapping, data scan, preview/dry-run, execution) with API references
for issue fields REST API and Projects V2 API.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Expand issue-fields-migration skill to support label migration
Add support for migrating repo-based labels to org-level issue fields,
in addition to the existing project field migration flow.
Changes:
- Add Step 0 routing: ask user if migrating labels or project fields
- Add Label Migration Flow (Phases L1-L5) with conflict detection,
bulk mapping, and optional label removal
- Add labels API to Available Tools table
- Create references/labels-api.md
- Add 3 label migration examples (single, bulk, cross-repo)
- Expand Important Notes with label-specific guidance
- Rename existing phases to P1-P6 under Project Field Migration Flow
- Include P1 fixes from prior work (proxy field filtering, batch
option mapping, preflight permission checks, pagination fixes)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* fix: payload format, field_id type + 10 UX/scale improvements
Bug fixes:
- Wrap write endpoint payload in {"issue_field_values": [...]} (was bare array)
- Use integer field_id, not string (both Phase L5 and P6)
UX improvements:
- Label filtering guidance for repos with 50+ labels
- Smarter auto-suggest with 4 pattern tiers (exact, prefix-number, strip-separators, substring)
- Handle zero-issue labels gracefully (stop and suggest alternatives)
- Add time estimates to migration previews
- Document read response shape (.single_select_option.name vs .value)
Scale & reliability:
- Script generation guidance for 100+ issue migrations
- Idempotent/resumable migration note
- Warn about --limit 1000 silent truncation
- Warn about macOS bash 3.x (no declare -A)
- PR filtering guidance (type field)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update README.skills.md with build
Regenerated skills index to reflect label migration support and
updated references for issue-fields-migration skill.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Address PR review comments: fix MCP conventions, step numbering, pagination, phase refs
- Align MCP tool calls with repo conventions (method: instead of action:,
owner: instead of project_owner:) in SKILL.md and projects-api.md
- Fix step numbering in Phase P2 (duplicate step 5 → renumber to 6)
- Update example phase references to use P1-P6/P1-P5 labels
- Add pageInfo pagination to GraphQL fields and fieldValues queries
- Fix MCP tool name in labels-api.md to mcp__github__list_issues
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-13 09:42:14 +11:00
..
2026-02-24 14:39:33 +11:00
2026-02-18 14:50:40 -08:00
2026-01-18 19:39:54 -08:00
2026-02-24 14:39:33 +11:00
2026-01-09 11:25:32 -08:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-08 19:53:48 -06:00
2026-02-24 14:39:33 +11:00
2026-03-09 14:46:32 +11:00
2026-02-24 14:39:33 +11:00
2026-01-21 10:39:33 -08:00
2026-03-11 11:04:36 +11:00
2026-03-05 21:53:41 +11:00
2026-02-24 14:39:33 +11:00
2026-01-12 09:53:29 -08:00
2026-01-05 11:31:06 -08:00
2026-01-16 10:42:27 -08:00
2026-02-25 15:09:25 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-01-23 00:18:52 +07:00
2026-03-09 15:49:23 +11:00
2026-03-12 11:53:00 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-12 12:33:46 -08:00
2026-02-24 14:39:33 +11:00
2026-01-29 00:19:53 +02:00
2026-03-06 08:06:55 +11:00
2026-02-17 14:59:25 +00:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-09 21:27:17 -05:00
2026-03-11 10:46:06 +11:00
2026-03-11 10:46:06 +11:00
2026-03-11 10:46:06 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-03-02 19:31:21 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-03-12 14:27:52 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-21 12:04:15 +01:00
2026-02-03 15:51:39 +09:00
2026-02-17 11:18:43 -08:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-16 17:01:12 +02:00
2026-02-24 14:39:33 +11:00
2026-03-09 09:58:31 +11:00
2026-03-09 09:58:31 +11:00
2026-03-06 15:16:11 +11:00
2026-02-16 22:43:41 +01:00
2026-02-24 14:39:33 +11:00
2026-02-22 23:31:59 -05:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-09 09:06:56 +00:00
2026-01-23 00:18:52 +07:00
2026-02-24 14:39:33 +11:00
2026-03-10 10:10:35 +11:00
2026-03-10 10:44:35 +11:00
2026-02-24 14:39:33 +11:00
2026-01-21 16:48:38 +00:00
2026-03-02 19:32:24 +11:00
2026-03-13 09:42:14 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-01-19 20:26:57 -05:00
2026-02-17 15:27:02 -06:00
2026-01-18 22:02:12 -05:00
2026-01-29 00:49:17 -05:00
2026-01-23 00:18:52 +07:00
2026-02-24 20:18:07 -06:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-04 06:40:46 +08:00
2026-02-24 14:39:33 +11:00
2026-03-03 10:06:32 +11:00
2026-01-14 16:07:31 +08:00
2026-02-08 20:27:08 -06:00
2026-02-10 14:03:06 +08:00
2026-03-11 10:46:06 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-03-02 11:05:48 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-10 10:03:49 +08:00
2026-03-09 15:50:20 +11:00
2026-02-24 14:39:33 +11:00
2026-03-03 10:31:40 +11:00
2026-01-06 21:35:41 +01:00
2026-02-24 14:39:33 +11:00
2026-02-15 21:46:03 -05:00
2026-02-03 10:06:49 +03:00
2026-02-24 14:39:33 +11:00
2026-03-11 10:46:06 +11:00
2026-01-23 00:18:52 +07:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-16 16:23:26 +01:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-03 12:49:55 +03:00
2026-01-23 00:36:52 +07:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-17 20:49:40 -05:00
2026-02-24 14:39:33 +11:00
2026-02-02 00:00:31 -06:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-03-11 10:46:06 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-03-11 10:46:06 +11:00
2026-03-13 09:36:08 +11:00
2026-02-24 14:39:33 +11:00
2026-01-18 14:12:03 +02:00
2026-02-13 18:54:44 -08:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-02 08:58:51 +09:00
2026-02-24 14:39:33 +11:00
2026-02-17 15:52:54 +01:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-02-24 14:39:33 +11:00
2026-01-11 13:18:36 -03:00
2026-01-11 13:15:56 -03:00
2026-03-05 21:43:04 +11:00
2026-01-09 10:46:07 +09:00
2025-12-17 15:27:05 -08:00
2026-02-24 14:39:33 +11:00
2026-03-03 10:09:50 +11:00
2026-03-04 09:37:13 +11:00
2026-03-04 10:04:56 +11:00
2026-01-25 22:00:26 -05:00
2026-02-24 14:39:33 +11:00