pre-deploy-checklist

Generate a prioritized pre-deployment QA checklist from codebase analysis.

100|15|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/rfxlamia/skillkit --skill pre-deploy-checklist-rfxlamia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pre-deploy-checklist
Source: https://github.com/rfxlamia/skillkit/tree/main/skills/pre-deploy-checklist
Command: npx skills add https://github.com/rfxlamia/skillkit --skill pre-deploy-checklist-rfxlamia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of comprehensive, project-specific pre-deployment Quality Assurance checklists, ensuring no critical tests are missed before releasing software.

Core Features & Use Cases

  • Codebase Analysis: Intelligently scans project structure to understand its components.
  • Domain Specialization: Spawns parallel subagents (frontend, backend, database, security, etc.) for deep analysis.
  • Human-Executable Output: Generates a clear, actionable checklist with prioritized items (🔴 Critical, 🟡 Important, 🟢 Nice-to-have).
  • Use Case: Before deploying a new version of a web application, use this Skill to generate a checklist covering API endpoint validation, database migration integrity, frontend responsiveness, and security vulnerabilities.

Quick Start

Use the pre-deploy-checklist skill to generate a QA checklist for the current project.

Frequently Asked Questions about pre-deploy-checklist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a pre-deployment QA checklist for my codebase?

A pre-deployment QA checklist is generated by analyzing your codebase structure and spawning parallel subagents for frontend, backend, database, security, and infrastructure domains. This process identifies and prioritizes critical, important, and nice-to-have test items into a human-executable document.

What is included in an automated pre-deploy checklist?

An automated pre-deploy checklist includes prioritized test items categorized by critical, important, and nice-to-have severity. It covers API endpoint validation, database migration integrity, frontend responsiveness, and security vulnerabilities based on your specific project structure.

How does domain-specific QA analysis work for deployment preparation?

Domain-specific QA analysis works by spawning parallel subagents that independently evaluate frontend, backend, database, security, and infrastructure components. This deep analysis ensures comprehensive coverage of project-specific deployment requirements and potential vulnerabilities.

Can I use this pre-deploy checklist for web application database migrations?

Yes, you can use this pre-deploy checklist for web application database migrations. It analyzes your project to include database migration integrity checks alongside API validation, frontend responsiveness, and security vulnerability assessments in the final output.

What is the best way to prioritize QA testing items before a release?

The best way to prioritize QA testing items is using a tiered system of critical, important, and nice-to-have categories. This Skill automatically assigns these priorities by analyzing codebase structure and domain-specific risks across your application stack.

Do I need any testing dependencies installed to generate a deployment checklist?

No, you do not need any testing dependencies installed to generate a deployment checklist. The Skill operates without external dependencies, analyzing the codebase directly to produce a human-executable QA document rather than running automated tests.