copilot-authoring
스타2
포크0
업데이트2026년 3월 7일 12:57
Guide for modifying agent configurations (copilot-instructions.md and SKILL.md).
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Guide for modifying agent configurations (copilot-instructions.md and SKILL.md).
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Sprint planning workflow with ICE scoring and velocity-based sizing.
Research codebase to inform refinement and planning decisions.
Create and edit GitHub issues via gh CLI.
Review pull requests for correctness, security, and logic errors.
Test-Driven Development cycle for writing tests before implementation.
Reference for creating and modifying Copilot agent configurations: copilot-instructions.md and SKILL.md files. Essential for the retro agent's job of improving agent capabilities based on session log analysis.
| name | copilot-authoring |
| description | Guide for modifying agent configurations (copilot-instructions.md and SKILL.md). |
.aiscrum/roles/<role>/
├── copilot-instructions.md # Core role definition
├── prompts/ # Task-specific prompt templates
│ └── <task>.md
└── skills/ # Reusable capability definitions
└── <skill-name>/
└── SKILL.md