Qa Crawl banner
DevZonayed DevZonayed

Qa Crawl

Security community

Description

--- description: Run a QA coverage crawl against a target URL (full audit or a named flow) using the qa-crawler engine + judgment layer. argument-hint: <target-url> [flow: login|checkout|...] [scope hints] --- Invoke the **qa-crawl** skill and run a QA pass against: **$ARGUMENTS** Steps: 1. Load the `qa-crawl` skill and follow its procedure exactly. 2. Clarify only what you can't infer: access level (no code / client / client+server), whether this is a **complete** audit or a **partial flow**,

Installation

Installs to ~/.claude/skills/devzonayed-qa-crawler-qa-crawl/SKILL.md

Terminal
mkdir -p ~/.claude/skills/devzonayed-qa-crawler-qa-crawl && curl -fsSL https://raw.githubusercontent.com/DevZonayed/qa-crawler/HEAD/commands/qa-crawl.md -o ~/.claude/skills/devzonayed-qa-crawler-qa-crawl/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository