definition-of-done Skill
Mandatory checks to run before completing any task that touches md files or dart code in this repository. Published by flutter in agent-plugins.
What is definition-of-done Skill?
Mandatory checks to run before completing any task that touches md files or dart code in this repository. Published by flutter in agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Data analysis
- Testing use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use definition-of-done Skill
- Use it for testing.
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/agent-plugins
- Skill file: tool/dart_skills_lint/.agents/skills/definition-of-done/SKILL.md
What it does
Mandatory checks to run before completing any task that touches md files or dart code in this repository.
Skill instructions
Definition of Done Use this skill to ensure that all work meets the repository standards before declaring a task complete or requesting review. 📋 Mandatory Verification Steps Before stating that a task is complete, you MUST execute and pass the following checks: 1. Formatting: Run dart format . to format files, or dart format --output=none --set-exit-if-changed . to check without modifying. Ensure all files are formatted correctly. 2. Analysis: Run dart analyze --fatal-infos and ensure there are zero issues (including info-level issues). 3. Metrics/Linter: Run dart run dartcodelinter:metrics analyze lib and ensure there are zero issues. This checks for cyclomatic complexity and custom rules like file naming and redundant async. 4. Tests: Run dart test and ensure all tests pass successfully. 5. Skill Validation: If any skill files were modified, run dart run dartskillslint -d .agents/skills to ensure they are valid. 6. Changelog: Ensure CHANGELOG.md is updated if the task includes user
Explore related resources
Frequently asked questions
What is definition-of-done?
definition-of-done is a open-source AI agent skill with Copy skill directory. Mandatory checks to run before completing any task that touches md files or dart code in this repository.
Who is definition-of-done best for?
definition-of-done is best for reusing agent instructions, scripts, and references, testing workflows, data analysis workflows.
How do I install definition-of-done?
Install or run definition-of-done using Copy skill directory. Check definition-of-done for the latest setup command.
Is definition-of-done actively maintained?
definition-of-done may need a closer maintenance check before production use.
Auto-fetched from GitHub.