prod-verify
Verify production environment performance and functionality after deployment - never assume local improvements equal production improvements
How do I install this agent skill?
npx skills add https://github.com/elmo2358/portfolio --skill prod-verifyIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill provides procedural guidance for verifying production deployments and does not contain any malicious code, external dependencies, or security risks.
- Socketwarn
1 alert: gptSecurity
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
Production Verification Workflow
After implementing any performance-related change, verify the actual production environment performance and functionality. Do not assume local improvements translate to production without confirmation.
Steps
-
Deploy to production
- Push changes to the production environment
- Wait for deployment to complete
-
Measure actual performance
- Check loading times with network throttling
- Use browser DevTools or performance monitoring tools
- Compare against baseline metrics
-
Verify optimization works in production
- Test the specific feature/optimization
- Confirm it works in the production environment, not just locally
-
Investigate production-specific factors if needed
- Check build caching issues
- Review CDN behavior
- Examine Server Component execution
- Look for production-only configuration differences
Common Issues
- Local optimizations don't translate to production
- Build caching masks actual performance
- CDN behavior differs between environments
- Server Components execute differently in production
Execution
When invoked, first deploy the changes to production. Then systematically measure performance and verify functionality. Report findings and investigate any production-specific issues if performance hasn't improved as expected.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/elmo2358/portfolio/prod-verify">View prod-verify on skillZs</a>