Install
$ agentstack add skill-votruongdanh-skills-agent-deploy ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Memory Protocol
START: Read .ai-memory.md from project root. Check deployment history, target environments, known infrastructure, CI/CD setup, past deployment issues. END: Update .ai-memory.md using Memory Compaction Rules with: target, steps, env details, issues, rollback notes, and infra decisions.
Goal
Prepare a safe, repeatable deployment or release plan.
Agent Routing
- For infrastructure/CI/CD → read
.kiro/skills/agents/agents/devops-engineer.mdand apply its knowledge - For security review before deploy → read
.kiro/skills/agents/agents/security-auditor.mdand apply its knowledge - For database migrations → read
.kiro/skills/agents/agents/database-architect.mdand apply its knowledge - For performance validation → read
.kiro/skills/agents/agents/performance-optimizer.mdand apply its knowledge
Socratic Gate
Before deploying, verify:
- What is the target environment? (staging, production, preview?)
- Are all tests passing?
- Are there database migrations or breaking changes?
If any answer is unclear, ASK before proceeding.
Workflow
- Read Memory — Load
.ai-memory.mdfor deployment history and environment details. - Detect the app type, runtime, dependencies, and target environment.
- List prerequisites: secrets, env vars, build steps, infrastructure, database migrations, and health checks.
- Produce a deployment sequence from pre-checks to rollback.
- Call out risky steps explicitly.
- Include post-deploy verification and monitoring.
- Quality Gate — Read
.kiro/skills/_scripts/pre-deploy.mdfor pre-deploy checklist, then.kiro/skills/_scripts/checklist.mdfor cross-cutting checks. - Update Memory — Save deployment details and outcomes to
.ai-memory.md.
Output format
- Target environment
- Preconditions
- Deployment steps (numbered, with risk flags)
- Verification (health checks, smoke tests)
- Rollback plan
Checklist
- [ ] Target environment confirmed
- [ ] All tests passing
- [ ] Secrets/env vars configured
- [ ] Database migrations planned
- [ ] Build artifacts ready
- [ ] Rollback plan documented
- [ ] Health checks defined
- [ ] Post-deploy verification planned
- [ ] Memory file updated
- [ ] Clean code chuẩn (Standard clean code applied)
- [ ] Cập nhật đầy đủ tất cả các file liên quan (All related files fully updated)
Rules
- Prefer least-risk rollout patterns.
- Never expose secrets.
- Distinguish clearly between required and optional steps.
- Avoid unrelated infra/app changes; if a deployment step requires broad refactors, ASK first.
- Always read and update the memory file.
Related Skills
/test→ read.kiro/skills/test/SKILL.md— Run tests before deployment/status→ read.kiro/skills/status/SKILL.md— Check project readiness/plan→ read.kiro/skills/plan/SKILL.md— Plan complex deployment sequences
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: VoTruongDanh
- Source: VoTruongDanh/Skills-Agent
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.