plugins/lisa-copilot/skills/nightly-add-test-coverage/SKILL.md
Nightly direct-execution skill for increasing test coverage. Receives pre-computed threshold data, writes tests targeting coverage gaps, updates thresholds, commits, and creates a PR.
npx skillsauth add codyswanngt/lisa nightly-add-test-coverageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The caller provides pre-computed context:
npm, yarn, or bun)npm run test:cov, yarn test:cov, or bun run test:cov) to get the coverage report -- identify gaps BEFORE reading any source filesFor each source file with low coverage (starting with the lowest):
npx vitest run tests/my-new-test.test.ts) to verify it passes before moving ongh pr create with a title like "test: increase test coverage: [metrics being bumped]" summarizing coverage improvementsdevelopment
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
development
Guidelines for upgrading Expo SDK versions and fixing dependency issues
development
Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (`useLoaderData`).
tools
`@expo/ui/swift-ui` package lets you use SwiftUI Views and modifiers in your app.