一键导入
create-manual-test-instructions
Turn a ticket or requirements document into a concise QA manual-test file a non-author can follow. Invoke manually only.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Turn a ticket or requirements document into a concise QA manual-test file a non-author can follow. Invoke manually only.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit the current project's agent-memory and, block by block, relocate each entry into a user-controlled home (project doc/skill/rule or user-level skill/rule) or archive it — draining memory so nothing uncontrolled accumulates in the agent's context.
How to write texts meant to be published by humans for other humans.
Fresh-eyes review of a changeset by a fresh-context agent — catches regressions and correctness issues the authoring context reads past.
Check how much of a ticket is already implemented — split it into requirement blocks, judge each against the code, and save a human-readable TICKET-STATUS report in the planning dir.
Author or refine a skill for maximum token economy without losing intent. Use when creating any new skill or editing an existing `SKILL.md`.
Audit what auto-loads into an agent session's context window and suggest lean, reversible fixes to cut startup tokens.
| name | create-manual-test-instructions |
| description | Turn a ticket or requirements document into a concise QA manual-test file a non-author can follow. Invoke manually only. |
| context | fork |
| license | MIT |
| metadata | {"author":"Francesco Borzì","version":"1.3"} |
Turn a ticket or a refined requirements document into a concise QA manual-test file.
Read the document (and, where needed for accurate navigation, the code it cites). Write the
manual-test file in the same directory, naming it by replacing .REQUIREMENTS or .TICKET with
.MANUAL-TEST (e.g. FOO.REQUIREMENTS.md → FOO.MANUAL-TEST.md); if the input follows neither
convention, append .MANUAL-TEST before .md. If there is no file (pasted text), follow the
project's/user's convention for where plans live (default: .agents/plans/), derive a kebab-case
<slug> from the content, and write <slug>/<slug>.MANUAL-TEST.md there. Running forked, you
can't ask mid-run: flag any guessed location or slug in the final message for the user to verify.
The file must be followable by someone unfamiliar with the ticket — short but complete. Four parts:
Do not modify any source files; the only file you write is the manual-test document.
When done, state the manual-test file's project-relative path.