From lisa
Test strategy design. Coverage matrix, edge cases, TDD sequence planning, test quality review. Behavior-focused testing over implementation details.
npx claudepluginhub codyswanngt/lisa --plugin lisaThis skill uses the workspace's default tool permissions.
Design test strategies, write tests, and review test quality.
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.
Design test strategies, write tests, and review test quality.
Structure findings as:
## Test Analysis
### Test Matrix
| Component | Test Type | What to Test | Priority |
|-----------|-----------|-------------|----------|
### Edge Cases
- [edge case] -- why it matters
### Coverage Targets
- `path/to/file.ts` -- current: X%, target: Y%
### Test Patterns (from codebase)
- Pattern: [description] -- found in `path/to/test.spec.ts`
### Verification Commands
| Task | Proof Command | Expected Output |
|------|--------------|-----------------|
### TDD Sequence
1. [first test to write] -- covers [behavior]
2. [second test] -- covers [behavior]
bun run test to understand current test state before recommending or writing new tests