code-assist-testing
Testing-focused coding workflow. Extends code-assist with enhanced test generation, coverage analysis, and test quality gates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Testing-focused coding workflow. Extends code-assist with enhanced test generation, coverage analysis, and test quality gates.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Consolidate and clean up existing brain memory. Run this periodically (like a sleep cycle) to dedupe, decay, merge, and relocate memories to vault.
Remove old pi session files to reclaim disk space
Systematic debugging workflow for diagnosing and fixing issues. Follows a structured approach to isolate problems, form hypotheses, and verify fixes.
Generate documentation from code or scratch - READMEs, API docs, changelogs, and user guides. Complements codebase-summary which analyzes existing code.
Extract durable learnings and preferences from the current conversation for memory capture. Use this after a conversation to capture what should be remembered.
Track skill usage with correctness scoring, generate reports, and identify unused or misused skills for pruning.
| name | code-assist-testing |
| description | Testing-focused coding workflow. Extends code-assist with enhanced test generation, coverage analysis, and test quality gates. |
| kind | sop |
A testing-focused extension of code-assist that prioritizes test quality, coverage, and test-driven development. Use this when tests are critical or when you need to improve an existing test suite.
When to use:
Difference from code-assist:
code-assist = General coding with TDD principlescode-assist-testing = Testing-first with coverage gates, mutation testing, and test quality metricsAll code-assist parameters plus:
Before implementation, analyze current coverage:
Define comprehensive test strategy:
After implementation, verify test quality:
Document test approach: