/coverage
Analyze test coverage and suggest improvements
npx ccjk add coverage
Analyze test coverage and identify gaps
ccjk /coverage
ccjk /coverage --threshold 80
ccjk /coverage --report
/test
Generate comprehensive unit tests with high coverage
/e2e
Generate end-to-end tests for user workflows