chore(agents): add atomic-unit-testing Agent Skill#7186
Merged
fbeaudoincoveo merged 4 commits intomainfrom Mar 3, 2026
Merged
Conversation
Contributor
|
Contributor
alexprudhomme
approved these changes
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
This PR is a follow up to:
It's the initial step in getting rid of all
.instructions.mdfiles andprompt.mdfiles in favor of tool-agnostic open standards (AGENTS.md and Agent Skills).What's Added
A new
atomic-unit-testingAgent Skill that will be used by AI agents when writing, modifying, or reviewing unit tests, debugging test failures, or when the user mentions testing, spec files, Vitest, or test coverage in the Atomic package.The Agent Skill is designed with progressive disclosure based on tested entity type.
It should be easy to extend it to encompass other ui-kit packages (in particular headless) in the near future. Of course we'll need to rename and rework the skill a little, but I think the core is good and generic enough to cover any package that uses Vitest for unit testing (i.e., everything except Quantic I think).
What's Removed
.instructions.mdfiles that related to Atomc unit tests.prompt.mdfiles (they all either related to Atomic unit test creation or to Stencil -> Lit migration)Next Steps
managing-atomic-componentsAgent Skill, which will allow us to get rid of theatomic.instructions.mdfile altogether).https://coveord.atlassian.net/browse/KIT-5489