원클릭으로
smaqit-test-start
Start testing session with focused context. Use when beginning test workflows with the user-testing agent.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Start testing session with focused context. Use when beginning test workflows with the user-testing agent.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Creates a test playbook for a task — `task.test-create [id]`, `test.create [id]`, or any request to generate an E2E test runbook from a task file. Produces a complete, executable playbook under `.smaqit/user-testing/tests/` with build-gate, deploy-gate, and live-service E2E validation where the task touches live services.
End session by documenting the entire conversation. Use at session completion to create history entries.
Bootstrap or refresh a smaqit project by inferentially synchronizing Codex, Claude Code, and GitHub Copilot project instructions around a canonical root AGENTS.md, then creating the base project directories (docs/, assets/, assets/raw/). Use when the user asks to start, initialize, reinitialize, or refresh a smaqit project.
Execute git operations (commit, tag, push) for local releases
Produces a structured parity assessment comparing any two software systems — frameworks, libraries, platforms, or products. Identifies the current project from session context, studies the target system, checks domain compatibility, then outputs validated Mermaid diagrams and a written ASSESSMENT.md. Trigger phrase: `parity.assess <name>`.
Manages a live Q&A knowledge manifest at `.smaqit/compendium.md`. Invoked when the user says `list compendium`, `fetch from compendium [query]`, `update compendium [question]`, or `remove from compendium [question]`. Lists all Q&A entries grouped by category, semantically searches for relevant entries, upserts a Q&A pair (add or update), or removes an entry after confirmation.
| name | smaqit.test-start |
| description | Start testing session with focused context. Use when beginning test workflows with the user-testing agent. |
| metadata | {"version":"0.3.1"} |
| agent | smaqit.user-testing |
Start a testing session with minimal, focused context. Loads project test entrypoints and (optionally) a specific test file only.
Execute these steps IN ORDER:
Read the project files that define how tests are run (whichever exist):
README.mdCONTRIBUTING.md and/or TESTING.mdMakefilepackage.json (scripts)pyproject.toml / tox.ini / pytest.inigo.mod (then infer go test ./...)Critical: Read complete files without truncation.
User must specify: Test number (e.g., "059")
Read the complete test file:
.smaqit/user-testing/tests/{TEST_NUMBER}_*.mdIf the test file does not exist, ask whether to create it by invoking smaqit.test-create before proceeding.
This file contains:
From the test file, identify:
Present a concise summary:
Then state: "Ready to begin test execution. Say 'start' to proceed."
Explicitly excluded to keep context focused:
.smaqit/history/*.md) - Not needed for test execution.smaqit/PLANNING.md) - Not needed during testMinimal focused context:
READ COMPLETE FILES: Do NOT truncate test entrypoint files or the test file.
MODE: You are now in test execution mode. Follow the test file workflow and your agent directives for execution philosophy, coordination patterns, and report generation.
Test start is successful when: