add-missing-unit-test Skill
Add a new unit test for a class that currently lacks one or add a new test case to an existing test file, verifying improvement with Kover. Published by flutter in flutter-intellij.
What is add-missing-unit-test Skill?
Add a new unit test for a class that currently lacks one or add a new test case to an existing test file, verifying improvement with Kover. Published by flutter in flutter-intellij. 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
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use add-missing-unit-test Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/flutter-intellij
- Skill file: .agents/skills/add-missing-unit-test/SKILL.md
What it does
Add a new unit test for a class that currently lacks one or add a new test case to an existing test file, verifying improvement with Kover.
Skill instructions
Skill: Add Missing Unit Test You are tasked with adding a new unit test for a class that currently lacks one, or adding a new test case to an existing test file, to improve code coverage and reliability. Objective Add a new unit test for a class that currently lacks one, or add a new test case to an existing test file, to improve code coverage and reliability. Workflow Instructions 1. Identify Target - Choose a class in src/ that has complex logic but logic coverage is missing or incomplete. 2. Establish Baseline - Run ./gradlew testClasses to compile all sources (production and test) and ensure the project is in a valid state. - Run ./gradlew verifyPlugin to ensure no plugin verification issues exist. - Run ./gradlew test (or specific test if it exists) to establish current pass/fail status. - Run tests with Kover (./gradlew koverHtmlReport or ./gradlew koverXmlReport) to determine current coverage percentage for target class. 3. Implement Test - Create a new test class ([ClassName]Te
Explore related resources
Frequently asked questions
What is add-missing-unit-test?
add-missing-unit-test is a open-source AI agent skill with Copy skill directory. Add a new unit test for a class that currently lacks one or add a new test case to an existing test file, verifying improvement with Kover.
Who is add-missing-unit-test best for?
add-missing-unit-test is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install add-missing-unit-test?
Install or run add-missing-unit-test using Copy skill directory. Check add-missing-unit-test for the latest setup command.
Is add-missing-unit-test actively maintained?
add-missing-unit-test may need a closer maintenance check before production use.
Auto-fetched from GitHub.