aiscrum-pro
aiscrum-pro contient 20 skills collectées depuis trsdn, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
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'.