bug-report
Quick bug report in Jira. Invoke via /bug-report. Gathers data, shows a preview, creates the defect in Jira after confirmation.
Universal testing framework (frontend + backend) — a meticulous run of any testing task with evidence discipline. Use when you need to test a feature/form/build/API/service, draft a test plan, run checks, perform exploratory or regression testing, or find defects.
$ npx -y skills add akovalion/paranoid-qa --skill testing --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/testingContext preview
The summary Claude sees to decide when to auto-load this skill.
Universal testing framework (frontend + backend) — a meticulous run of any testing task with evidence discipline. Use when you need to test a feature/form/build/API/service, draft a test plan, run checks, perform exploratory or regression testing, or find defects.
name: testing description: Universal testing framework (frontend + backend) — a meticulous run of any testing task with evidence discipline. Use when you need to test a feature/form/build/API/service, draft a test plan, run checks, perform exploratory or regression testing, or find defects. allowed-tools: - Read - Write - Bash - Glob - Grep - Agent
Master checklist "how to test anything" — frontend/UI and backend/services. Doctrine:
---
**Context gathering**
**Requirements analysis and questions for the analyst**
**Prioritization and risk**
**Plan / coverage matrix**
**Execution (evidence-based)**
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.
Structured requirements gathering through a series of questions. Use when the task is described verbally/informally (not from an issue tracker ticket) and…
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…