pre-deploy

Validate and fix quality/build blockers before deployment for Node.js, Rust, and Python projects.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pre-deploy" with this command: npx skills add alpoxdev/hypercore/alpoxdev-hypercore-pre-deploy

Pre-Deploy Skill

Cross-stack pre-deploy validation and remediation for node/rust/python.

<scripts>

Available scripts

ScriptPurpose
scripts/stack-detect.shDetect project stacks (node, rust, python)
scripts/deploy-check.shFull verification (lint/type checks + build)
scripts/lint-check.shRun stack-specific quality checks
scripts/build-run.shRun stack-specific build phase
scripts/pm-detect.shNode package manager detection (npm/yarn/pnpm/bun)
</scripts> <workflow>

Workflow

Full validation (recommended)

scripts/deploy-check.sh

Step-by-step validation

# 1) quality checks
scripts/lint-check.sh

# 2) build phase
scripts/build-run.sh

Stack behavior summary

  • Node.js: typecheck/lint (if configured) + build script (if configured)
  • Rust: cargo fmt --check + cargo clippy + cargo check + cargo build --release
  • Python: lint (ruff/flake8 if available) + type/syntax check (mypy or compileall) + build (poetry build or python -m build, fallback compileall)
</workflow> <required>
CategoryRequired
ThinkingUse Sequential Thinking (3-5 steps per issue)
TrackingTrack failures with TodoWrite
StrategyRun stack checks -> fix sequentially -> rerun checks -> run build
ValidationRe-check affected targets after each edit
CompletionConfirm deploy-check passes before completion
</required>

<execution_plan>

  1. Run scripts/deploy-check.sh
  2. Convert errors into TodoWrite items by stack and priority
  3. For each issue:
    • Run sequential-thinking
    • Apply focused fix
    • Re-run relevant check
  4. Re-run full deploy check
  5. Report final status and remaining risks

</execution_plan>

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

crawler

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

elon-musk

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

tanstack-start-architecture

No summary provided by upstream source.

Repository SourceNeeds Review