From Agent Toolkit
Generates concise QA manual-test files from tickets or requirements, creating a followable checklist for testers unfamiliar with the context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-toolkit:create-manual-test-instructionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn a ticket or a refined requirements document into a concise QA manual-test file.
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 planning convention for the location and confirm the slug and path with the user.
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.
npx claudepluginhub francescoborzi/agent-toolkit --plugin agent-toolkitCreates QA test procedure markdown files for features, including metadata, test cases with step tables, and qa-tests directories. Optionally launches Playwright qa-tester agent for exploration.
Guides users through a structured interview to generate professional QA Test Plan documents (.docx or .pdf) with section navigation and defaults.
Generates test plans, manual test cases, automated Playwright tests, regression suites, and bug reports using markdown templates for QA automation.