This one helps you write and review unit tests for Vue 3 projects using Pinia for state management. It pushes you toward behavior-first testing: assert what the user sees or what the component emits, not internal implementation details. The Pinia guidance is opinionated and detailed, defaulting to createTestingPinia with vi.fn spies for action assertions, and it explicitly calls out when to use stubActions: false or real store instances. It includes a references/pinia-patterns.md file as your local source of truth, which is a smart touch for team consistency. The workflow is tight: identify the behavior boundary, set up the minimal Pinia config, drive through public inputs, assert outputs. If you're tired of brittle tests that break on refactors, this will nudge you toward the right patterns.
npx -y skills add github/awesome-copilot --skill unit-test-vue-pinia --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar