Skills deploying-to-production
๐Ÿ“ฆ

deploying-to-production

Content revision r1 Safe โš™๏ธ External commands

Deploy Web Projects to Production

Production releases require careful build checks, repository setup, and live verification. This skill guides Claude, Codex, and Claude Code through GitHub and Vercel deployment steps.

Supports: Claude Codex Code(CC)
๐Ÿฅ‰ 78 Bronze

This skill is part of a pack

Install the whole pack to get every skill the task needs, in one command.

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "deploying-to-production" from https://skillstore.io/skills/zhanlincui-deploying-to-production.md and its manifest at https://skillstore.io/api/skills/zhanlincui-deploying-to-production/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Test it

Using "deploying-to-production". Deploy my portfolio site to production.

Expected outcome:

The build passed, the repository was published to GitHub, and the site was deployed to Vercel. The live URL was verified successfully.

Using "deploying-to-production". The build failed during deployment.

Expected outcome:

The report identifies the failed build step, summarizes the cause, applies a focused fix, and continues only after a successful rebuild.

Using "deploying-to-production". Deploy this app but use the existing repository.

Expected outcome:

The workflow reuses the confirmed repository, pushes the expected branch, deploys from GitHub to Vercel, and returns the verified deployment URL.

Security Audit

Safe
v4 โ€ข 7/8/2026 Open versioned report

The single static finding is a false positive caused by an inline Markdown build command. No prompt injection, credential exfiltration, or hidden malicious deployment intent was found in SKILL.md.

1
Files scanned
41
Lines analyzed
0
Review items
0
False positives ignored

Risk Factors

โš™๏ธ External commands (1)
No confirmed security findings were detected by the latest completed static and semantic audit. This does not prove the skill has no side effects.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/zhanlincui-deploying-to-production/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/zhanlincui-deploying-to-production/security.svg)](https://skillstore.io/skills/zhanlincui-deploying-to-production?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/zhanlincui-deploying-to-production?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/zhanlincui-deploying-to-production/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/zhanlincui-deploying-to-production.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

ZhanlinCui. (2026). deploying-to-production security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/zhanlincui-deploying-to-production/audits/4

BibTeX citation

@techreport{zhanlincui-zhanlincui-deploying-to-production-2026, author = {ZhanlinCui}, title = {deploying-to-production security audit report (audit version 4)}, institution = {Skillstore}, year = {2026}, number = {4}, url = {https://skillstore.io/skills/zhanlincui-deploying-to-production/audits/4}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "deploying-to-production security audit report (audit version 4)" version: "unspecified" type: report authors: - name: "ZhanlinCui" date-released: "2026-07-08" url: "https://skillstore.io/skills/zhanlincui-deploying-to-production/audits/4" identifiers: - type: other value: "skillstore:zhanlincui-deploying-to-production:audit:4" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
55
Architecture
85
Maintainability
87
Content
69
Community
83
Spec Compliance

What You Can Build

Ship a Client Website

Validate the build, create the repository, deploy to Vercel, and share a tested URL.

Publish an Internal Tool

Move a web app from local development to a GitHub-backed Vercel deployment.

Standardize Release Handoff

Give agents a repeatable checklist for build, source control, deployment, and verification.

Try These Prompts

Basic Production Deploy
Deploy this app to production using the deploying-to-production skill. Run the build first, then create or reuse a GitHub repository, deploy to Vercel, and verify the URL.
Fix Build Then Deploy
Prepare this project for a Vercel production release. If the build fails, diagnose the error, apply a focused fix, rerun the build, then continue with GitHub and Vercel deployment.
Use an Existing Repository
Deploy this repository to Vercel with a clear release trail. Confirm repository reuse, push the expected branch, capture the deployment URL, and report verification results.
Security-Aware Release
After reviewing uncommitted changes, deploy this web project. Keep repository visibility explicit, avoid committing secrets, push the chosen branch, deploy on Vercel, and verify the live page.

Best Practices

  • Confirm repository visibility before pushing code to GitHub.
  • Check for secrets, local configuration files, and generated artifacts before deployment.
  • Verify the live URL after every deployment and record the result.

Avoid

  • Deploying before the build succeeds.
  • Creating a new repository when the user requested an existing one.
  • Pushing private or secret files without review.

Frequently Asked Questions

Does this skill deploy directly from local files?
It guides a GitHub-backed Vercel deployment. The project is pushed to GitHub before Vercel deployment.
Does it require Vercel credentials?
Yes. The agent needs access through the user's configured Vercel account or CLI session.
Can it fix build errors?
It can diagnose and fix build errors when the surrounding project files provide enough context.
Will it choose repository visibility?
No. Repository visibility should be confirmed before pushing code.
Is it safe for private projects?
It can be used for private projects when repository visibility, secrets, and deployment permissions are reviewed first.
Does it configure custom domains?
No. The workflow focuses on GitHub setup, Vercel deployment, and URL verification.

Developer Details

Author

ZhanlinCui

License

MIT

Skillstore revision

r1

Version notice

The author did not declare a version.

Ref

64ca8af0f54a325752f08bd54e52151061ea659a

Maintenance freshness

7/20/2026

Usage

14 downloads ยท 138 views

File structure

๐Ÿ“„ SKILL.md

More from ZhanlinCui

View all
View all