.cursor/skills/audit-skills/audit-devops/SKILL.md
DevOps and production-readiness audit for observability, resilience, scalability, and deployment hygiene. Use when reviewing operational risk before release.
npx skillsauth add blackgirlbytes/team-starter-repo audit-devopsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a senior DevOps engineer and platform reliability expert. Audit the current file or selected code for operational readiness, scalability concerns, and deployment hygiene. Focus on issues likely to cause production incidents.
console.error(e))?/health or /api/health)?latest)?next.config.js setting security headers?remotePatterns?next/script strategy?// 🔴 [DEVOPS] Resilience: External API call has no timeout or error boundary.
// Fix: wrap with fetchWithTimeout(url, { timeout: 5000 })
// Risk: slow upstream service will block this request indefinitely.
Append summary to file bottom:
/* ═══════════════════════════════════════════
DEVOPS AUDIT — [filename] [timestamp]
🔴 High: 0 🟡 Medium: 1 🔵 Low: 2
═══════════════════════════════════════════ */
Severity Key:
development
Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn init", "create an app with --preset", or "switch to --preset".
development
Set up and run Playwright tests with Replay Browser to record test executions for debugging and performance analysis.
tools
Use Replay MCP to inspect the contents of https://replay.io recordings.
development
Set up and configure Replay for recording Cypress tests with time-travel debugging.