Accessibility Regression Audit Prompts: 12 Templates Beyond axe-core
Stop shipping a11y regressions hidden behind "no axe violations". 12 prompts for keyboard order, focus management, screen-reader copy, and motion preferences.
Articles tagged with #Coding
Stop shipping a11y regressions hidden behind "no axe violations". 12 prompts for keyboard order, focus management, screen-reader copy, and motion preferences.
Get from "it broke" to a minimal reproduction in one prompt. 12 templates for narrowing inputs, isolating env, capturing logs, and writing a repro that lasts.
Stop guessing at red CI. 12 prompt templates for narrowing build / test failures by environment, cache, dependency, flake, and order of operations.
Stop dumping git log into release notes. 12 prompt templates to turn commits / PRs into a user-facing changelog that's honest, brief, and useful.
When CI is slow, flaky, or lies green, you need an audit. 12 prompt templates for GitHub Actions / GitLab CI / CircleCI on caching, parallelism, secrets, and gates.
Inherited a 200-file codebase? 12 prompt templates to infer naming, layering, error-handling, and dependency conventions before you write a single new line.
Migration review prompts that catch lock-table-for-an-hour bugs, backfill races, and silent column drops. 12 templates for Postgres / MySQL / SQLite reviews.
Turn flaky, screenshot-heavy e2e suites into a small, fast, deterministic plan. 13 prompt templates for selectors, fixtures, auth, flakes, and PR coverage.
Before you flip the flag, run a rollout risk review. 12 prompts for gradual rollout plans, observability gates, abort criteria, and customer comms.
Migration prompts that produce a real phased plan — not "rewrite everything in Rust". 12 templates for Next.js, React Router, Postgres, auth provider, monorepo, monolith→service.
12 prompt templates to hand work between Claude Code subagents — research → plan → implement → review → ship — without losing context.
When p99 spikes, you need triage not vibes. 12 prompt templates for diffing perf signals, hunting N+1s, JS bundle bloat, render storms, and DB plan changes.
AI PR review prompts that surface real issues — diff-scoped, change-aware, blast-radius aware. 14 templates for security / perf / tests / docs / risk.
Release-day prompts that build a real go/no-go checklist — not a generic "check the build". 13 templates for staging / canary / rollback / observability.
12 prompt templates to triage tech debt by impact × effort × decay risk — not by "how loud the engineer who hates it is".
Stop asking AI to "write tests for this." 14 unit-test prompt templates for boundary cases, error paths, mocks, fakes, parameterized suites, and regression locks.
Architecture review prompts that surface real layering bugs, dependency cycles, and boundary leaks — not generic "consider DDD" advice.
Firebase config audit prompts — Firestore / Realtime DB / Storage rules, indexes, Cloud Functions, Auth, App Check, hosting.
Whole-repo audit prompts for Claude Code / Codex — architecture smells, dead code, security risks, dependency drift, test coverage gaps, in one structured pass.
Next.js App Router code review prompts — server vs client boundaries, server actions, route handlers, fetch caching, revalidation, streaming.
Supabase Row-Level Security review prompts — auth.uid() checks, role policies, INSERT/UPDATE/DELETE coverage, storage bucket RLS, function security.