Claude Code CommandSvelte15 installs

Svelte Test Coverage

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="svelte/svelte-test-coverage" --yes

Requires 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:
- Run coverage reports

- 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:
- Generate visual coverage reports

- Create coverage badges

- Set up coverage thresholds

- Integrate with CI/CD

  • Recommendations:
- Suggest specific tests to write

- 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
Type
Command
Category
Svelte
Installs
15
Source
GitHub ↗

Related Claude Code Commands

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.