원클릭으로
test-smart
Run targeted unit/integration tests on changed components, run full regression suites, and log outcomes in memory.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run targeted unit/integration tests on changed components, run full regression suites, and log outcomes in memory.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation, combined with GitNexus and AgentMemory.
Trace call graphs, dependencies, and execution flow of target code using GitNexus.
Convert binary and formatted documents (PDF, DOCX, XLSX, PPTX, HTML, ZIP, etc.) to Markdown using MarkItDown and extract requirements.
Safe, structured refactoring of target code using GitNexus graph mapping, AgentMemory checks, and TDD workflows.
Verify codebase modifications, execute test runners, detect file change scope using GitNexus, and persist session memory.
Master orchestrator skill for triaging, planning, and executing tasks, combined with GitNexus, AgentMemory, and superpowers subagent handoffs.
| name | test-smart |
| description | Run targeted unit/integration tests on changed components, run full regression suites, and log outcomes in memory. |
This skill executes scoped tests on recently modified files and runs full regression checks on the workspace codebase, saving execution logs to both the walkthrough and memory.
gitnexus tool detect_changes on the workspace directory to locate modified files.src/features/operation/OperationConsole.tsx -> src/features/operation/__tests__/OperationConsole.test.tsxsrc/main/java/.../MetaFlowService.java -> src/test/java/.../MetaFlowServiceTest.javanpm test path/to/changed.test.tsx -- -t "specific test description"/debug-smart to fix the bugs.npm test or npm run test./mvnw test or ./gradlew testwalkthrough.md:
agentmemory/openclaw-memory to save the verification footprint.To ensure robust and maintainable code, always follow these four core principles inspired by Andrej Karpathy:
Don't assume. Don't hide confusion. Surface tradeoffs.
Minimum code that solves the problem. Nothing speculative.
Touch only what you must. Clean up only your own mess.
Define success criteria. Loop until verified.