aiscrum-pro
aiscrum-pro에는 trsdn에서 수집한 skills 20개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
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.
Guide for modifying agent configurations (copilot-instructions.md and SKILL.md).
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.
Reference for creating and maintaining Copilot customization artifacts: agent roles (copilot-instructions.md), skills (SKILL.md), and scoped instructions. Use when scaffolding new agents, adding skills, or modifying agent configurations.
Maintain project documentation — changelog, architecture docs, user guides, API references.
Sprint planning workflow — fetch backlog, ICE score issues, analyze dependencies, select sprint scope, assign milestones. Use when planning a new sprint.
Research the codebase to inform refinement decisions — search source code, check ADRs, review dependencies, find existing tests.
Edit GitHub issues via gh CLI — read issue details, update body, manage labels, add comments. Use when refining ideas into actionable issues.
Deep codebase analysis — search source code, read implementations, check ADRs, review dependencies, find tests, check git history. Use when investigating issues or answering questions about the codebase.
Structured code review of pull requests — read diffs, check DoD, verify test coverage, check scope, provide blocking/non-blocking findings.
Test-driven development cycle — write tests first, run vitest, check coverage, verify red-to-green transition. Use when validating code changes or writing new tests.
Structured code review checklist. Triggers on: 'code review', 'review code', 'review PR'.
Create a PR with conventional title format. Triggers on: 'create PR', 'pull request', 'submit PR'.
Structured review before strategic direction changes. Triggers on: 'direction change', 'strategic decision', 'pivot'.
Quick sprint planning for manual use. Triggers on: 'sprint planning', 'plan sprint', 'planning start'.
Test-driven development cycle. Triggers on: 'TDD', 'test first', 'write tests'.