Pre-launch security and readiness audit
ship-gateskillsetup L3★17,464
alirezarezvani/claude-skills ↗What it does
Run pre-production audit across eight categories before shipping code
Best for
Preventing production incidents by systematically auditing security, database, and code quality before deploy.
Inputs
- · Codebase
- · Optional: package.json, Dockerfile, config files
Outputs
- · Pass/fail/manual status per category
- · Stack detection report
- · Remediation checklist
Requires
- · Stack-specific linters and audit tools
Preconditions
- · Code exists in working tree
- · Frameworks detected from package.json or config
Failure modes
- · Category detection may miss custom stacks
- · Manual review items require human judgment
Trust signals
- · 8-category framework coverage
- · Stack auto-detection
- · Intercepts deploy commands