issue-fields-migration
github/awesome-copilot
리포지토리 라벨(예: 우선순위 라벨을 ‘우선순위’ 필드로)과 Project V2 필드라는 두 가지 소스에서 메타데이터를 GitHub 이슈 필드로 일괄 마이그레이션합니다. 사용자가 “내 라벨을 이슈 필드로 마이그레이션해 주세요”, “프로젝트 필드를 이슈 필드로 마이그레이션해 주세요”, “라벨을 이슈 필드로 변환해 주세요”, “프로젝트 필드 값을 이슈 필드로 복사해 주세요”라고 요청하거나, 이슈 필드 도입에 대해 문의할 때 이 기능을 사용하세요. 이슈 필드는 조직 수준의 유형 지정 메타데이터(단일 선택, 텍스트, 숫자, 날짜)로, 레이블 기반의 임시 해결 방식을 구조화되고 검색 가능하며...
...모든 것을 확장하십시오소개 issue-fields-migration
issue-fields-migration 스킬은 기존 이슈 메타데이터를 GitHub의 조직 수준 이슈 필드로 일괄 마이그레이션하는 과정을 자동화합니다. 이 필드는 현재 공개 프리뷰 단계에 있는 구조화된 메타데이터 시스템입니다. 이슈 필드가 도입되기 전에는 팀들이 우선순위, 작업량, 날짜와 같은 메타데이터를 추적하기 위해 라벨 기반의 임시 해결책(예: `p0`, `p1`, `priority/high`)이나 Project V2 사용자 정의 필드에 의존해야 했습니다. 이 스킬은 기존 메타데이터를 프로그래밍 방식으로 읽어 새로운 유형 지정 이슈 필드 시스템에 기록함으로써, 해당 데이터를 이동하는 수작업의 번거로움을 없애줍니다.
이 스킬은 두 가지 서로 다른 마이그레이션 소스를 지원합니다. 첫째, 리포지토리 라벨을 구조화된 이슈 필드 값으로 변환할 수 있습니다. 예를 들어, 수백 개의 이슈에 걸쳐 있는 일련의 우선순위 라벨을 조직 수준의 ‘우선순위(Priority)’ 필드에 매핑할 수 있으며, 마이그레이션 후 원래 라벨을 제거할 수 있는 옵션도 제공합니다. 둘째, GitHub Project V2(단일 선택, 텍스트, 숫자, 날짜 및 반복 필드 유형)에서 필드 값을 해당 조직 수준의 이슈 필드로 직접 복사할 수 있습니다. 이 스킬은 읽기 작업에는 GitHub MCP 도구를, 쓰기 작업에는 `gh` CLI와 이슈 필드 REST API(`2026-03-10` 버전)를 조합하여 사용합니다.
이 스킬은 GitHub의 이슈 필드 기능을 도입하고, 수동으로 다시 입력하지 않고도 기존 메타데이터를 보존해야 하는 엔지니어링 팀 및 프로젝트 관리자를 대상으로 합니다. 대표적인 사용자로는 이슈 필드 활성화 후 산재된 라벨을 정리하는 팀이나, 새로운 조직 수준 필드를 사용하기 위해 Project V2 사용자 정의 필드를 폐지하는 팀이 있습니다. 모든 GitHub 조직에는 우선순위, 노력도, 시작 날짜, 목표 날짜 필드가 기본으로 구성되어 있으며, 최대 25개의 사용자 정의 필드를 지원합니다.
자주 묻는 질문
이 마이그레이션을 실행하기 전에 필요한 전제 조건은 무엇입니까?
대상 조직에서는 이슈 필드가 활성화되어 있어야 하며, 마이그레이션 전에 조직 수준에서 해당 이슈 필드가 이미 존재해야 합니다. 프로젝트 필드 마이그레이션의 경우, 해당 필드도 프로젝트에 추가되어 있어야 합니다. 라벨 마이그레이션의 경우, 대상 저장소에 관련 라벨이 존재해야 합니다. 또한 저장소(해당되는 경우 프로젝트 포함)에 대한 쓰기 권한이 필요하며, `gh` CLI는 적절한 범위로 인증되어 있어야 합니다.
한 번의 실행으로 라벨과 프로젝트 V2 필드를 모두 마이그레이션할 수 있나요?
아니요. 이 스킬은 한 번에 하나의 마이그레이션 소스만 처리합니다. 워크플로우 시작 시 라벨을 마이그레이션할지 프로젝트 필드를 마이그레이션할지 묻는 메시지가 표시되며, 스킬은 해당 흐름에 따라 진행됩니다.
마이그레이션 후 기존 라벨은 삭제되나요?
라벨 제거는 선택 사항입니다. 이 스킬은 라벨 값이 이슈 필드로 마이그레이션된 후 이슈에서 라벨을 제거하는 기능을 지원하지만, 이 단계는 필수가 아니므로 라벨을 그대로 유지할 수도 있습니다.
Project V2 마이그레이션에 지원되는 이슈 필드 유형은 무엇입니까?
이 스킬은 Project V2에서 조직 수준 이슈 필드로 값을 복사할 때 단일 선택, 텍스트, 숫자, 날짜 및 반복(iteration) 필드 유형을 지원합니다.
이 스킬은 아직 존재하지 않는 이슈 필드를 생성하나요?
아니요. 이 스킬은 기존 이슈 필드로만 데이터를 마이그레이션합니다. 마이그레이션을 실행하기 전에 조직 수준에서 대상 이슈 필드를 미리 생성해야 합니다.
모든 파일
4개파일SKILL.md23.6KB보기references/issue-fields-api.md3.3KB보기references/labels-api.md2.1KB보기references/projects-api.md3.4 KB보기Issue fields are org-level typed metadata (single select, text, number, date) that replace label-based workarounds with structured, searchable, cross-repo fields. Every organization gets Priority, Effort, Start date, and Target date preconfigured, with support for up to 25 custom fields.
This skill bulk-migrates existing metadata into issue fields from two sources:
- Repo labels: Convert labels like
p0,p1,priority/highinto structured issue field values (e.g. the Priority field). Supports migrating multiple labels at once and optionally removing them after migration. - Project V2 fields: Copy field values (single select, text, number, date, iteration) from a GitHub Project into the equivalent org-level issue fields.
When to Use
- User added org-level issue fields that overlap with existing project fields
- User wants to copy values from project fields to issue fields before deleting the old project fields
- User asks about "migrating", "transferring", or "copying" project field data to issue fields
- User wants to convert repo labels (e.g., p0, p1, p2, p3) into issue field values (e.g., Priority field)
- User asks about replacing labels with issue fields or cleaning up labels after adopting issue fields
Prerequisites
- The target org must have issue fields enabled
- The issue fields must already exist at the org level
- For project field migration: issue fields must be added to the project
- For label migration: labels must exist on the target repo(s)
- The user must have write access to the repos (and project, if migrating project fields)
ghCLI must be authenticated with appropriate scopes
Available Tools
MCP Tools (read operations)
| Tool | Purpose |
|---|---|
mcp__github__projects_list | List project fields (list_project_fields), list project items with values (list_project_items) |
mcp__github__projects_get | Get details of a specific project field or item |
CLI / REST API
| Operation | Command |
|---|---|
| List org issue fields | gh api /orgs/{org}/issue-fields -H "X-GitHub-Api-Version: 2026-03-10" |
| Read issue field values | gh api /repos/{owner}/{repo}/issues/{number}/issue-field-values -H "X-GitHub-Api-Version: 2026-03-10" |
| Write issue field values | gh api /repositories/{repo_id}/issues/{number}/issue-field-values -X POST -H "X-GitHub-Api-Version: 2026-03-10" --input - |
| Get repository ID | gh api /repos/{owner}/{repo} --jq .id |
| List repo labels | gh label list -R {owner}/{repo} --limit 1000 --json name,color,description |
| List issues by label | gh issue list -R {owner}/{repo} --label "{name}" --state all --json number,title,labels --limit 1000 |
| Remove label from issue | gh api /repos/{owner}/{repo}/issues/{number}/labels/{label_name} -X DELETE |
See references/issue-fields-api.md, references/projects-api.md, and references/labels-api.md for full API details.
Workflow
Step 0: Migration Source
Ask the user what they are migrating:
"Are you migrating labels or project fields?"
- Labels: proceed to the Label Migration Flow below.
- Project fields: proceed to the Project Field Migration Flow below.
If the user says labels:
- Ask: "Which org and repo(s) contain the labels?"
- Ask: "Which labels do you want to migrate?" (they can name them or say "show me the labels first")
If the user says project fields:
- Ask: "Can you share the link to your project or tell me the org name and project number?"
- Ask: "Which field do you want to migrate?"
Label Migration Flow
Use this flow when the user wants to convert repo labels into issue field values. Labels can only map to single_select issue fields (each label name maps to one option value).
Phase L1: Input & Label Discovery
- Ask the user for: org name and repo(s) to migrate.
- Fetch labels from each repo:
gh label list -R {owner}/{repo} --limit 1000 --json name,color,description- Fetch org issue fields:
gh api /orgs/{org}/issue-fields \ -H "X-GitHub-Api-Version: 2026-03-10" \ --jq '.[] | {id, name, content_type, options: [.options[]?.name]}'Filtering (for repos with many labels): if the repo has 50+ labels, group by common prefix (e.g.,
priority-*,team-*,type-*) or color. Let the user filter with "show labels matching priority" or "show blue labels" before mapping. Never dump 100+ labels at once.Ask the user which labels map to which issue field and option. Support these patterns:
- Single label to single field: e.g., label "bug" → Type field, "Bug" option
- Multiple labels to one field (bulk): e.g., labels p0, p1, p2, p3 → Priority field with matching options
- Multiple labels to multiple fields: e.g., p1 → Priority + frontend → Team. Handle as separate mapping groups.
Auto-suggest mappings: for each label, attempt to match issue field options using these patterns (in order):
- Exact match (case-insensitive): label
Bug→ optionBug - Prefix-number (
{prefix}-{n}→{P}{n}): labelpriority-1→ optionP1 - Strip separators (hyphens, underscores, spaces): label
good_first_issue→ optionGood First Issue - Substring containment: label
type: bug→ optionBug
Present all suggestions at once for the user to confirm, correct, or skip.
- Exact match (case-insensitive): label
Example output:
Labels in github/my-repo (showing relevant ones): p0, p1, p2, p3, bug, enhancement, frontend, backendOrg issue fields (single_select): Priority: Critical, P0, P1, P2, P3 Type: Bug, Feature, Task Team: Frontend, Backend, DesignSuggested mappings: Label "p0" → Priority "P0" Label "p1" → Priority "P1" Label "p2" → Priority "P2" Label "p3" → Priority "P3" Label "bug" → Type "Bug" Label "frontend" → Team "Frontend" Label "backend" → Team "Backend" Label "enhancement" → (no auto-match; skip or map manually)Confirm, adjust, or add more mappings?Phase L2: Conflict Detection
After finalizing the label-to-option mappings, check for conflicts. A conflict occurs when an issue has multiple labels that map to the same issue field (since single_select fields can hold only one value).
- Group label mappings by target issue field.
- For each field with multiple label sources, note the potential for conflicts.
- Ask the user for a conflict resolution strategy:
- First match: use the first matching label found (by order of label mapping list)
- Skip: skip issues with conflicting labels and report them
- Manual: present each conflict for the user to decide
Example:
Potential conflict: labels "p0" and "p1" both map to the Priority field.If an issue has both labels, which value should win?Options: 1. First match (use "p0" since it appears first in the mapping) 2. Skip conflicting issues 3. I'll decide case by casePhase L3: Pre-flight Checks & Data Scan
- For each repo, verify write access and cache the
repository_id:
gh api /repos/{owner}/{repo} --jq '{full_name, id, permissions: .permissions}'- For each label in the mapping, fetch matching issues:
gh issue list -R {owner}/{repo} --label "{label_name}" --state all \ --json number,title,labels,type --limit 1000Warning: --limit 1000 silently truncates results. If you expect a label may have more than 1000 issues, paginate manually or verify the total count first (e.g., gh issue list --label "X" --state all --json number | jq length).
PR filtering: gh issue list returns both issues and PRs. Include type in the --json output and filter for type == "Issue" if the user only wants issues migrated.
If all selected labels return 0 issues, stop and tell the user. Suggest: try different labels, check spelling, or try a different repository. Do not proceed with an empty migration.
For multi-repo migrations, repeat across all specified repos.
For each issue found:
- Check if the issue already has a value for the target issue field (skip if set).
- Detect multi-label conflicts (issue has two labels for the same field).
- Apply the conflict resolution strategy chosen in Phase L2.
- Classify: migrate, skip (already set), skip (conflict), or skip (no matching label).
Phase L4: Preview / Dry-Run
Present a summary before any writes.
Example preview:
Label Migration PreviewSource: labels in github/my-repoTarget fields: Priority, Type, Team| Category | Count ||-------------------------|-------|| Issues to migrate | 156 || Already set (skip) | 12 || Conflicting labels (skip)| 3 || Total issues with labels| 171 |Label breakdown: "p1" → Priority "P1": 42 issues "p2" → Priority "P2": 67 issues "p3" → Priority "P3": 38 issues "bug" → Type "Bug": 9 issuesSample changes (first 5): github/my-repo#101: Priority → "P1" github/my-repo#203: Priority → "P2", Type → "Bug" github/my-repo#44: Priority → "P3" github/my-repo#310: Priority → "P1" github/my-repo#7: Type → "Bug"After migration, do you also want to remove the migrated labels from issues? (optional)Estimated time: ~24s (156 API calls at 0.15s each)Proceed?Phase L5: Execution
- For each issue to migrate, write the issue field value (same endpoint as project field migration):
echo '{"issue_field_values": [{"field_id": FIELD_ID, "value": "OPTION_NAME"}]}' | \ gh api /repositories/{repo_id}/issues/{number}/issue-field-values \ -X POST \ -H "X-GitHub-Api-Version: 2026-03-10" \ --input -
Replace FIELD_ID with the integer field ID (e.g., 1) and OPTION_NAME with the option name string.
- If the user opted to remove labels, remove each migrated label after successful field write:
gh api /repos/{owner}/{repo}/issues/{number}/labels/{label_name} -X DELETEURL-encode label names that contain spaces or special characters.
- Pacing: 100ms delay between calls. Exponential backoff on HTTP 429 (1s, 2s, 4s, up to 30s).
- Progress: report every 25 items (e.g., "Migrated 75/156 issues...").
- Error handling: log failures but continue. Include label removal failures separately.
- Final summary:
Label Migration Complete| Result | Count ||-----------------------|-------|| Fields set | 153 || Labels removed | 153 || Skipped | 15 || Failed (field write) | 2 || Failed (label remove) | 1 |Failed items: github/my-repo#501: 403 Forbidden (insufficient permissions) github/my-repo#88: 422 Validation failed (field not available on repo) github/my-repo#120: label removal failed (404, label already removed)Project Field Migration Flow
Use this flow when the user wants to copy values from a GitHub Project V2 field to the corresponding org-level issue field.
Follow these six phases in order. Always preview before executing.
Phase P1: Input & Discovery
- Ask the user for: org name and project number (or project URL).
- Fetch project fields:
# Use MCP toolmcp__github__projects_list(owner: "{org}", project_number: {n}, method: "list_project_fields")
- Fetch org issue fields:
gh api /orgs/{org}/issue-fields \ -H "X-GitHub-Api-Version: 2026-03-10" \ --jq '.[] | {id, name, content_type, options: [.options[]?.name]}'Filter out proxy fields: after issue fields are enabled on a project, some project fields appear as "proxy" entries with empty
options: []for single-select types. These mirror the real issue fields and should be ignored. Only match against project fields that have actual option values.Auto-match fields by name (case-insensitive) with compatible types:
| Project Field Type | Issue Field Type | Compatible? |
|---|---|---|
| TEXT | text | Yes, direct copy |
| SINGLE_SELECT | single_select | Yes, option mapping needed |
| NUMBER | number | Yes, direct copy |
| DATE | date | Yes, direct copy |
| ITERATION | (none) | No equivalent; skip with warning |
- Present the proposed field mappings as a table. Let the user confirm, adjust, or skip fields.
Example output:
Found 3 potential field mappings:| # | Project Field | Type | Issue Field | Status ||---|-------------------|---------------|--------------------|------------|| 1 | Priority (renamed) | SINGLE_SELECT | Priority | Auto-match || 2 | Due Date | DATE | Due Date | Auto-match || 3 | Sprint | ITERATION | (no equivalent) | Skipped |Proceed with fields 1 and 2? You can also add manual mappings.Phase P2: Option Mapping (single-select fields only)
For each matched single-select pair:
- Compare option names between the project field and issue field (case-insensitive).
- Auto-match options with identical names.
- For any unmapped project field options, present all unmapped options in a single summary and ask the user to provide mappings for all of them at once. Do not prompt one-by-one; batch them into a single exchange.
- Show the final option mapping table for confirmation.
Example output:
Option mapping for "Release - Target":Auto-matched (case-insensitive): "GA" → "GA" "Private Preview" → "Private Preview" "Public Preview" → "Public Preview"Unmapped project options (need your input): 1. "Internal Only" → which issue field option? (or skip) 2. "Retired" → which issue field option? (or skip) 3. "Beta" → which issue field option? (or skip) 4. "Deprecated" → which issue field option? (or skip)Available issue field options not yet mapped: "Internal", "Sunset", "Beta Testing", "End of Life"Please provide mappings for all 4 options above (e.g., "1→Internal, 2→Sunset, 3→Beta Testing, 4→skip").Phase P3: Pre-flight Checks
Before scanning items, verify write access to each repository that may be touched:
- From the project items (first page), collect the unique set of
{owner}/{repo}values. - For each unique repo, verify the authenticated user has Issues write permission:
gh api /repos/{owner}/{repo} --jq '{full_name, permissions: .permissions}'- If any repo shows
push: falseortriage: false, warn the user before proceeding. Items in those repos will fail at write time. - Cache the
repository_id(integer) for each repo now; you will need it in Phase 6:
gh api /repos/{owner}/{repo} --jq .idPhase P4: Data Scan
- Fetch all project items using MCP. Important: for projects with more than ~200 items,
gh api graphql --paginateis unreliable (it concatenates JSON responses without proper separators and can time out). Use the MCP tool which handles pagination internally, or use explicit cursor-based pagination:
# Preferred: use MCP tool (handles pagination automatically)mcp__github__projects_list(owner: "{org}", project_number: {n}, method: "list_project_items")# Fallback for large projects: manual cursor-based pagination# Fetch 100 items per page, advancing the cursor each time.# Process each page before fetching the next to avoid memory issues.# Save progress (page number or last cursor) so you can resume if interrupted.
- For each item:
- Skip if it is a draft item (not a real issue).
- Extract the source project field value.
- Skip if the source value is empty.
- Check if the issue already has a value for the target issue field:
gh api /repos/{owner}/{repo}/issues/{number}/issue-field-values \ -H "X-GitHub-Api-Version: 2026-03-10"- If the issue field already has a value, skip it (preserve existing data).
- Classify each item into one of:
- Migrate: has source value, no existing target value
- Skip (already set): target issue field already has a value
- Skip (no source): project field is empty for this item
- Skip (draft): item is a draft, not a real issue
- Skip (unmapped option): single-select value was not mapped
Phase P5: Preview / Dry-Run
Present a summary before any writes.
If user requested dry-run: show the full detailed report (every issue, its current value, proposed new value, and skip reason) and stop. Do not execute.
Otherwise (preview mode): show summary counts and a sample of changes, then ask for confirmation.
Example preview:
Migration Preview for Project #42Fields to migrate: Priority, Due Date| Category | Count ||------------------------|-------|| Items to migrate | 847 || Already set (skip) | 23 || No source value (skip) | 130 || Draft items (skip) | 12 || Total project items | 1,012 |Sample changes (first 5): github/repo-a#101: Priority → "High" github/repo-a#203: Priority → "Medium", Due Date → "2025-03-15" github/repo-b#44: Priority → "Low" github/repo-a#310: Due Date → "2025-04-01" github/repo-c#7: Priority → "Critical"Estimated time: ~127s (847 API calls at 0.15s each)Proceed with migration? This will update 847 issues across 3 repositories.Phase P6: Execution
Use the
repository_idvalues cached in Phase 3.For each item to migrate, write the issue field value:
echo '{"issue_field_values": [{"field_id": FIELD_ID, "value": "VALUE"}]}' | \ gh api /repositories/{repo_id}/issues/{number}/issue-field-values \ -X POST \ -H "X-GitHub-Api-Version: 2026-03-10" \ --input -
Replace FIELD_ID with the integer field ID (e.g., 1) and VALUE with the value string.
- Pacing: add a 100ms delay between API calls. On HTTP 429 responses, use exponential backoff (1s, 2s, 4s, up to 30s).
- Progress: report status every 25 items (e.g., "Migrated 75/847 items...").
- Error handling: log failures but continue processing remaining items.
- Final summary:
Migration Complete| Result | Count ||---------|-------|| Success | 842 || Skipped | 165 || Failed | 5 |Failed items: github/repo-a#501: 403 Forbidden (insufficient permissions) github/repo-b#88: 422 Validation failed (field not available on repo) ...Important Notes
- Write endpoint quirk: the REST API for writing issue field values uses
repository_id(integer), notowner/repo. Always look up the repo ID first withgh api /repos/{owner}/{repo} --jq .id. - Single-select values: the REST API accepts option names as strings (not option IDs). This makes mapping straightforward for both project fields and labels.
- Reading values back: when reading issue field values from the API response, use
.single_select_option.namefor the human-readable value. The.valueproperty returns the internal option ID (an integer like1201), not the display name. - API version header: all issue fields endpoints require
X-GitHub-Api-Version: 2026-03-10. - Cross-repo items: a project can contain issues from multiple repositories. Cache the repo ID per-repository to avoid redundant lookups.
- Preserve existing values: never overwrite an issue field value that is already set. Skip those items.
- Iteration fields: have no issue field equivalent. Always warn the user and skip.
- Draft items: project items that are not linked to real issues cannot have issue field values. Skip with a note.
- Labels are repo-scoped: unlike project fields, labels exist per-repo. The same label name may exist in multiple repos; migration applies separately to each.
- Label conflicts: an issue can have multiple labels that map to the same single_select field. Always detect and resolve these before execution.
- Label removal is optional: after migration, the user may want to keep labels as backup or remove them. Always ask before removing.
- URL-encode label names: labels with spaces or special characters must be URL-encoded when used in REST API paths (e.g.,
good%20first%20issue). - Script generation for scale: for migrations of 100+ issues, generate a standalone shell script rather than executing API calls one at a time through the agent. This is faster, resumable, and avoids agent timeout issues.
- Idempotent migrations: re-running a migration is safe. Issues that already have the target field value set will be skipped. This means you can safely resume a partial migration without duplicating work.
--limit 1000truncation:gh issue list --limit 1000silently stops at 1000 results. For labels with more issues, paginate with--jqand cursor-based pagination or run multiple filtered queries (e.g., by date range).- macOS bash version: macOS ships with bash 3.x, which does not support
declare -A(associative arrays). Generated scripts should use POSIX-compatible constructs or note the incompatibility and suggestbrew install bash. - Issues vs PRs:
gh issue listreturns both issues and pull requests. If the migration should only target issues, includetypein--jsonoutput and filter fortype == "Issue".
Examples
Example 1: Full Migration
User: "I need to migrate Priority values from our project to the new org Priority issue field"
Action: Follow Phases P1-P6. Discover fields, map options, check permissions, scan items, preview, execute.
Example 2: Dry-Run Only
User: "Show me what would happen if I migrated fields from project #42, but don't actually do it"
Action: Follow Phases P1-P5 only. Present the full dry-run report with every item listed. Do not execute.
Example 3: Multiple Fields
User: "Migrate Priority and Due Date from project #15 to issue fields"
Action: Same workflow, but process both fields in a single pass. During the data scan, collect values for all mapped fields per item. Write all field values in a single API call per issue.
Example 4: Single Label to Issue Field
User: "I want to migrate the 'bug' label to the Type issue field"
Action: Route to Label Migration Flow. Ask for org/repo, list labels, confirm mapping: label "bug" → Type field "Bug" option. Scan issues with that label, preview, execute. Ask whether to remove the label after migration.
Example 5: Multiple Labels to One Field (Bulk)
User: "We have p0, p1, p2, p3 labels and want to convert them to the Priority issue field"
Action: Route to Label Migration Flow. Map all four labels to Priority field options (p0→P0, p1→P1, p2→P2, p3→P3). Check for conflicts (issues with multiple priority labels). Preview all changes in one summary. Execute in one pass. Optionally remove all four labels from migrated issues.
Example 6: Cross-Repo Label Migration with Label Removal
User: "Migrate the 'frontend' and 'backend' labels to the Team issue field across github/issues, github/memex, and github/mobile, then remove the old labels"
Action: Route to Label Migration Flow. Confirm repos and label mappings: "frontend"→Team "Frontend", "backend"→Team "Backend". Scan all three repos for issues with these labels. Detect conflicts (issues with both labels). Preview across repos. Execute field writes, then remove labels from migrated issues. Report per-repo stats.
모든 파일
0개 파일issue-fields-migration 설치
스킬 파일을 다운로드하여 .claude/skills/ 디렉터리에 압축을 풀어주세요.
ZIP 다운로드저장소를 클론하고 스킬 파일을 프로젝트에 복사하세요.
git clone https://github.com/github/awesome-copilot/blob/main/skills/issue-fields-migration/SKILL.md # Copy SKILL.md to your .claude/skills/ directory
복사





집
