template-qa-pack
Automated 8-point release audit for project templates, ZIP packages, and developer starter kits.
- Verify required documentation like README, LICENSE, and CHANGELOG exists
- Scan for leaked API keys and secrets using local regex patterns
- Remove hidden system files like .DS_Store and __MACOSX from packages
$29
One-time purchase
Included in download
- Verify required documentation like README, LICENSE, and CHANGELOG exists
- Scan for leaked API keys and secrets using local regex patterns
- terminal automation included
- Includes example output and usage patterns
See it in action
[PASS] README.md found [PASS] LICENSE found [FAIL] .DS_Store detected in /assets (Please remove) [WARN] Potential API Key found in config.json: 'sk-proj-...' [PASS] ZIP structure valid [INFO] SHA256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Audit Failed: 1 error, 1 warning.
template-qa-pack
Automated 8-point release audit for project templates, ZIP packages, and developer starter kits.
$29
One-time purchase
⚡ Also available via Agensi MCP — your AI agent can load this skill on demand via MCP. Learn more →
Included in download
- Verify required documentation like README, LICENSE, and CHANGELOG exists
- Scan for leaked API keys and secrets using local regex patterns
- terminal automation included
- Includes example output and usage patterns
- Instant install
See it in action
[PASS] README.md found [PASS] LICENSE found [FAIL] .DS_Store detected in /assets (Please remove) [WARN] Potential API Key found in config.json: 'sk-proj-...' [PASS] ZIP structure valid [INFO] SHA256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Audit Failed: 1 error, 1 warning.
About This Skill
Automated Pre-Release Auditing
The Template QA Pack is a specialized developer tool designed to perform an automated 8-point quality assurance audit on project templates, starter kits, and ZIP packages. It ensures your codebase is marketplace-ready by verifying essential documentation, cleaning up metadata clutter, and scanning for accidental secret exposure.
What it does
- Documentation Audit: Verifies the existence of README, LICENSE, and CHANGELOG files.
- Metadata Sanitization: Detects forbidden system files like .DS_Store, __MACOSX, and local environment files.
- Secret Scanning: Uses programmatic regex patterns to scan for API keys, tokens, and private keys without making external network calls.
- Integrity Testing: Validates ZIP structures and generates SHA256 hashes for distribution.
Why use this skill
Manual pre-release checks are error-prone and tedious. This skill replaces checklists with a programmatic standard, ensuring your project meets marketplace requirements every time. Unlike generic security scanners, this is optimized specifically for the "packaging" phase of a project's lifecycle, focusing on both structure and safety. All operations run locally, guaranteeing that your proprietary code and sensitive patterns never leave your machine.
📖 Learn more: Best Testing & QA Skills for Claude Code →
Use Cases
- Verify required documentation like README, LICENSE, and CHANGELOG exists
- Scan for leaked API keys and secrets using local regex patterns
- Remove hidden system files like .DS_Store and __MACOSX from packages
- Validate ZIP structure and generate SHA256 hashes for secure distribution
- Ensure compliance with marketplace submission standards automatically
How to Install
unzip template-qa-pack-2.zip -d ~/.claude/skills/Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
File Scopes
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
Similar Skills
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.
git-commit-writer
Writes conventional commit messages by analyzing your staged git changes. Detects commit type, scope, and breaking changes automatically.
readme-generator
Generates a complete, polished README.md by scanning your actual project structure, dependencies, and code.
env-doctor
Diagnoses why your project will not start. Checks runtime versions, dependencies, environment variables, databases, ports, and build artifacts systematically.