Release web application
Skill ImYourBoyRoy/agent-continuity-stack/skills/release-web-application
Plan, stage, deploy, validate, or roll back a public web application across hosting providers. Use for release gates, previews, production authorization, smoke tests, observability, and recovery.From its SKILL.md
npx -y skills add ImYourBoyRoy/agent-continuity-stack --skill release-web-applicationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 29 days oldThe repository was created 29 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.7 KB, 493 tokens by cl100k_base, as published. Nobody here has run it
Release Web Application
Treat a release as an observable, reproducible, and reversible transition.
When Portable Web Toolkit management is established by repository instructions,
Web_Toolkit/, toolkit scripts, or a toolkit site profile, delegate Astro +
Cloudflare readiness and deployment to its site-readiness and
portable-web-toolkit skills. Do not invent parallel Cloudflare commands,
profiles, gates, or deployment paths.
Use repository authority
Read repository instructions, release runbooks, CI, deployment configuration, environment profiles, migration procedures, and rollback mechanisms. Use the project's supported path instead of inventing a parallel deploy command.
Read the applicable provider note in references/providers.md only after the
provider is known.
Build the release gate
Adapt this sequence:
- identify the intended commit, artifact, environment, and release owner
- inspect worktree state and version metadata
- verify secrets and prerequisites without exposing values
- run project-approved focused checks
- build or obtain the immutable artifact through the approved path
- verify the artifact, migrations, headers, and environment-specific output
- deploy to preview or staging when available
- run representative smoke and integration checks
- identify rollback and data compatibility
- obtain required production authorization
- deploy the exact verified artifact
- verify live routes, logs, metrics, and critical integrations
- record the released artifact and rollback point
A user may explicitly waive staging; state the resulting risk.
Infrastructure and data changes
For DNS, caches, redirects, headers, routing, access policy, or schema changes:
- inspect current state
- use a plan or dry run when supported
- explain blast radius and propagation
- verify backups and reversibility
- apply only within authorized scope
- validate live state after mutation
Never treat a configuration upload as successful without checking provider and live-state evidence.
Smoke coverage
Choose meaningful checks:
- critical routes and assets
- authentication and authorization
- forms, APIs, queues, and webhooks
- redirects and canonical metadata
- browser console and runtime logs
- responsive behavior
- caches and security headers
- discovery artifacts
- performance or error-rate regression
Output
Report environment, commit and immutable artifact, commands, approvals, checks, live evidence, warnings, migrations, rollback mechanism, and unverified behavior.
What ships with it: 3 files
1.3 KB alongside SKILL.md
agents/
- openai.yaml215 B
references/
- providers.md907 B
- skill-manifest.json247 B