一键导入
smaqittest-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 页面并帮你完成安装。
Collect changes, assess severity, and suggest next version for a release
Execute git operations for PR-based releases (commit, push via report_progress)
Validate git state and prepare all files (CHANGELOG.md, version files) for release
End session by documenting the entire conversation. Use at session completion to create history entries.
Start a new chat with full project context. Use when beginning a session to load README, recent history, and task planning.
Generate a succinct title for the current session based on work accomplished. Use when finishing sessions to create history file titles.
基于 SOC 职业分类
| name | smaqit.test-start |
| description | Start testing session with focused context. Use when beginning test workflows with the user-testing agent. |
| metadata | {"version":"0.2.0"} |
| agent | smaqit.user-testing |
Start a testing session with minimal, focused context. Loads project test entrypoints and (optionally) a specific test task 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 task number (e.g., "059")
Read the complete test task file:
.smaqit/tasks/{TASK_NUMBER}_*.mdIf the task file does not exist, instruct the user to create it using /smaqit.task.create (or create it yourself) before proceeding.
This file contains:
From the test task 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/tasks/PLANNING.md) - Not needed during testMinimal focused context:
READ COMPLETE FILES: Do NOT truncate test entrypoint files or the test task file.
MODE: You are now in test execution mode. Follow the test task workflow and your agent directives for execution philosophy, coordination patterns, and report generation.
Test start is successful when: