Prompt
Review this app for /day-to-day. How does code get packaged, set up on a staging site, and deployed to production? Tell me what is missing so the work is visible.
/day-to-day
v0.5 · Updated Sep 24, 2026
How do I handle CI/CD so my AI work is visible?
This skill is about how you set the app up for CI/CD. That means how code gets packaged, set up on staging sites, and deployed to production.
Five things this rule looks for
- Code leaves your machine with no repeatable way to package it.
- There is no staging site, so you cannot see the build before it is the live one.
- Production is a manual step, and you cannot tell what was deployed.
- AI work lands in the repo, and you cannot see it move from staging to production.
- You cannot tell which version is on staging, and which version is in production.
Here is how you get started. Copy this and drop it into your CLI.
npx skills add StephanSmith-me/builder-skills Or go to the repo to get more instructions.