From lisa
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 claudepluginhub codyswanngt/lisa --plugin lisaThis skill is limited to using the following tools:
The caller provides pre-computed context:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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 improvements