This skill performs deep forensic analysis of codebases and produces exhaustive QA testing strategy reports with IT General Controls compliance. It provides independent baselines, vulnerability assessments, from-scratch test cases, and tooling recommendations for every testing methodology.
Use this skill when you need:
Provide a local repository path or git URL:
qa-architecture-auditor --repo /path/to/repo --output report.html
The skill will:
usage: qa-audit [-h] --repo REPO [--output OUTPUT] [--format {html,md}] [--include-risk-prioritization] [--include-test-cases] [--include-tooling] [--exclude EXCLUDE] [--max-depth MAX_DEPTH] [--security-scan] [--compliance {itgc,soc2,iso27001,hipaa,gdpr}]
Perform forensic QA architecture analysis and generate testing strategy report.
options:
-h, --help show this help message and exit
--repo REPO, -r REPO Repository path or git URL
--output OUTPUT, -o OUTPUT
Output file path (default: qa-report.html)
--format {html,md}, -f {html,md}
Output format (default: html)
--include-risk-prioritization
Include risk prioritization matrix
--include-test-cases Include detailed test cases for each methodology
--include-tooling Include tooling recommendations
--exclude EXCLUDE, -e EXCLUDE
Comma-separated directories to exclude from analysis
--max-depth MAX_DEPTH
Maximum directory traversal depth
--security-scan Perform security vulnerability scanning
--compliance {itgc,soc2,iso27001,hipaa,gdpr}
Compliance framework to target
The generated report includes:
The skill may make outbound network connections only for:
| Endpoint | Purpose | Data Sent |
|---|---|---|
| ---------- | --------- | ----------- |
| Git remotes (HTTPS/SSH) | Clone or fetch repository content | Authentication credentials if using SSH keys or HTTPS token; repository data read-only |
No other external services are contacted.
git clone or git fetch. This may transmit repository data over the network and may require authentication if the repo is private.This skill runs as an autonomous CLI tool. Once invoked (via /qa-audit or direct shell), it performs the analysis without further model interaction. The heavy lifting is done by the Python script; no external AI inference is required during execution.
By using this skill, you trust that the code analysis and recommendations are accurate to the best of the tool's capabilities. The skill does not exfiltrate your code to external services beyond the Git operations you explicitly authorize. Only install and run this skill on codebases you have permission to analyze.
For detailed methodology guidance, see:
references/methodologies.md - Testing approach definitions and decision criteriareferences/risk-assessment.md - Risk scoring algorithm and vulnerability patternsreferences/tooling-matrix.md - Tool recommendations by language and frameworkreferences/compliance-frameworks.md - ITGC and audit requirementsMIT
Improvements and contributions are welcome. Please open an issue or pull request on the GitHub repository.
共 1 个版本