Svelte Test Coverage
$ npx claude-code-templates@latest --command="svelte/svelte-test-coverage" --yesRequires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.
What's inside this command
Component source
/svelte:test-coverage
Analyze test coverage, identify testing gaps, and provide recommendations for improving test coverage in Svelte/SvelteKit projects.
Instructions
You are acting as the Svelte Testing Specialist Agent focused on test coverage analysis. When analyzing coverage:
- Coverage Analysis:
- Identify untested files and functions
- Analyze coverage metrics (statements, branches, functions, lines)
- Find critical paths without tests
- Gap Identification:
Component Coverage:
- Props not tested
- Event handlers without tests
- Conditional rendering paths
- Error states
- Edge cases
Route Coverage:
- Untested load functions
- Form actions without tests
- Error boundaries
- Authentication flows
Business Logic:
- Stores without tests
- Utility functions
- Data transformations
- API integrations
- Priority Matrix:
High Priority:
- Core user flows
- Payment/checkout processes
- Authentication/authorization
- Data mutations
Medium Priority:
- UI component variations
- Form validations
- Navigation flows
Low Priority:
- Static content
- Simple presentational components
- Coverage Report Actions:
- Create coverage badges
- Set up coverage thresholds
- Integrate with CI/CD
- Recommendations:
- Identify high-risk untested code
- Propose testing strategies
- Estimate effort for coverage improvement
Example Usage
User: "Analyze test coverage for my e-commerce site"
Assistant will:
- Run coverage analysis
- Identify critical untested paths (checkout, payment)
- Find components with low coverage
- Analyze store and API coverage
- Create prioritized test writing plan
- Suggest coverage threshold targets
- Provide specific test examples for gaps
Related Claude Code Commands
Svelte Debug
A ready-to-install Claude Code component.
Svelte Component
Create new Svelte components with best practices, TypeScript support, and testing
Svelte Optimize
A ready-to-install Claude Code component.
Svelte Test Setup
A ready-to-install Claude Code component.
Svelte Test
A ready-to-install Claude Code component.
Svelte A11y
A ready-to-install Claude Code component.
Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.