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 页面并帮你完成安装。
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