GurYN

Pre Deployment Check — Development skill for Claude Code

Development community

What environment are you deploying to.

How to install Pre Deployment Check

Installs to ~/.claude/skills/guryn-opencode-sdlc-pre-deployment-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/guryn-opencode-sdlc-pre-deployment-check && curl -fsSL https://raw.githubusercontent.com/GurYN/opencode-sdlc/HEAD/command/pre-deployment-check.md -o ~/.claude/skills/guryn-opencode-sdlc-pre-deployment-check/SKILL.md

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

What Pre Deployment Check does

What environment are you deploying to? Please specify (e.g., staging, production).

I'll run a comprehensive pre-deployment checklist:

1. Code Quality

Switch to reviewer agent and verify:

  • All tests passing
  • Test coverage >80%
  • No linting errors
  • No TypeScript errors
  • Code reviewed and approved

2. Security

Switch to security-scanner agent and run:

  • Dependency vulnerability scan (npm audit / snyk)
  • Secret detection (gitleaks)
  • SAST scan (SonarQube)

Alternatives in Development

  • Octo Doctor — Environment diagnostics — check providers, auth, config, hooks, scheduler, and more 2.8k ★
  • Speckit.Specify 2.3k ★
  • Claude Keysmith — Managed Claude Code instruction deployment with safe CLI recovery and an unsigned macOS/Windows desktop beta 696 ★

Full documentation available on GitHub

View Source Repository