ワンクリックで
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.