bug-report
Quick bug report in Jira. Invoke via /bug-report. Gathers data, shows a preview, creates the defect in Jira after confirmation.
Structured requirements gathering through a series of questions. Use when the task is described verbally/informally (not from an issue tracker ticket) and scope, AC, and edge cases need clarifying before work starts.
$ npx -y skills add akovalion/paranoid-qa --skill interview --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/interviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Structured requirements gathering through a series of questions. Use when the task is described verbally/informally (not from an issue tracker ticket) and scope, AC, and edge cases need clarifying before work starts.
name: interview description: Structured requirements gathering through a series of questions. Use when the task is described verbally/informally (not from an issue tracker ticket) and scope, AC, and edge cases need clarifying before work starts. allowed-tools: — AskUserQuestion — Write
Help the user turn an informal task description into complete requirements ready to hand off to the `test-cases` or `testing` skills.
If the task already comes from an issue tracker (Jira etc.) with a full description — this skill is not needed: gather context straight from the ticket (via the tracker's MCP: description, comments, attachments, linked issues) and hand off to `test-cases`.
**Round 1: scope and context.** Ask 3-4 questions via `AskUserQuestion`:
**Round 2: behavior and AC.** Based on the round 1 answers:
**Round 3: clarifications on remaining gaps.** Only if critical gaps remain after rounds 1-2. Group related questions.
Maximum 3 rounds. If the requirements are still incomplete — log the gaps as "Questions for the analyst/PM" and work with what you have.
Once the interview is done, assemble a structured summary:
# Requirements: <short task name> ## Context - Type: <new feature / regression / bug> - Platforms: <desktop / mobile / both> - URL / location: <…> ## Scope <what exactly is being checked, briefly> ## Acceptance Criteria - <AC 1> - <AC 2> ## Scenarios **Happy path:** <description> **Edge cases:** - <case 1> - <case 2> ## Integrations <APIs, external services — if any> ## Open questions for the analyst/PM - <question 1>
Save the summary to an md file (e.g. `requirements_<task_name>.md` in the current working directory) and offer to hand it off to `test-cases` or `testing`.
Claude Code skills that turn an AI agent into a meticulous QA engineer. Your AI says "everything works, tests are green." Did it actually check?
Repo: akovalion/paranoid-qa
Quick bug report in Jira. Invoke via /bug-report. Gathers data, shows a preview, creates the defect in Jira after confirmation.
Test case authoring per QA best practices, with CSV export for Zephyr Scale import (Option 1) or direct creation via your TMS MCP. Use when the user asks to…
Review of just-written or modified autotests against TypeScript + Playwright best practices (per official documentation) and your project's conventions. Use…
Universal testing framework (frontend + backend) — a meticulous run of any testing task with evidence discipline. Use when you need to test a…