plan-add-test-coverage

Increase Test Coverage

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "plan-add-test-coverage" with this command: npx skills add codyswanngt/lisa/codyswanngt-lisa-plan-add-test-coverage

Increase Test Coverage

Target threshold: $ARGUMENTS%

If no argument provided, prompt the user for a target.

Step 1: Gather Requirements

  • Find coverage config (jest.config.js, vitest.config.ts, .nycrc, etc.)

  • Run coverage report to get current state: bun run test:cov 2>&1 | head -100

  • Identify the 20 files with lowest coverage, noting:

  • File path

  • Current coverage % (lines, branches, functions)

  • Which lines/branches are uncovered

Step 2: Compile Brief and Delegate

Compile the gathered information into a structured brief:

Increase test coverage from [current]% to $ARGUMENTS%.

Files needing coverage (ordered by coverage gap):

  1. [file] - [current]% coverage (target: $ARGUMENTS%)
    • Uncovered: [lines]
    • Missing branch coverage: [lines]
  2. ...

Configuration: [config file path], update thresholds to $ARGUMENTS%

Verification: bun run test:cov → Expected: All thresholds pass at $ARGUMENTS%

Invoke /plan-execute with this brief to create the implementation plan.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

lisa-review-project

No summary provided by upstream source.

Repository SourceNeeds Review
General

lisa-integration-test

No summary provided by upstream source.

Repository SourceNeeds Review
General

jsdoc-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review
General

lisa-learn

No summary provided by upstream source.

Repository SourceNeeds Review