Accessibility Regression Audit Prompts: 12 Templates Beyond axe-core
axe-core catches ~57% of WCAG issues. 12 copy-ready prompts for keyboard order, focus management, screen-reader copy, WCAG 2.2 target size, and motion preferences.
Articles tagged with #Coding
axe-core catches ~57% of WCAG issues. 12 copy-ready prompts for keyboard order, focus management, screen-reader copy, WCAG 2.2 target size, and motion preferences.
Go from "it broke" to a minimal, deterministic repro in one prompt. 12 copy-ready templates for shrinking inputs, isolating env, and writing a failing test that lasts.
Stop guessing at red CI. 12 prompt templates that narrow build and 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. Updated June 2026.
When CI is slow, flaky, or lies green, audit it. 12 copy-ready prompts for GitHub Actions / GitLab CI / CircleCI on caching, parallelism, secrets, and gates — with 2026 runner costs.
Inherited a 200-file codebase? 12 prompt templates to infer naming, layering, error-handling, and dependency conventions before you write a single new line.
12 migration review prompts that catch table-locking ALTERs, backfill races, and silent column drops across Postgres, MySQL, and SQLite. Tested against Opus 4.7 and GPT-5.5.
Turn a flaky, screenshot-heavy e2e suite into a small, fast, deterministic plan. 13 copy-ready prompts for journeys, selectors, auth fixtures, flake triage, and PR coverage, tuned for Playwright 1.59 (2026).
Before you flip the flag, run a rollout risk review. 12 prompts for phased rollout plans, guardrail metrics, abort criteria, and customer comms — tuned for 2026 tooling.
12 migration prompts that produce a real phased plan with rollback at every step, not "rewrite everything". Covers Next.js App Router, Postgres, auth swaps, monolith→service, monorepo.
12 prompt templates to hand work between Claude Code subagents — research, plan, implement, review, ship — without losing context. Updated for June 2026.
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 — current for June 2026.
14 copy-ready AI PR review prompts that find real issues — diff-scoped, blast-radius aware, severity-ranked. Plus the 2026 tool landscape (Copilot, Claude Code, CodeRabbit, Bugbot).
Release-day prompts that build a real go/no-go checklist, not a generic 'check the build'. 13 templates for staging, canary, rollback, and observability.
12 prompt templates to rank tech debt by impact × effort × decay risk — mapped to WSJF, with model picks for June 2026.
Stop asking AI to 'write tests for this.' 14 copy-ready unit-test prompts for boundaries, error paths, mocks vs fakes, parameterized suites, and regression locks — tuned for Vitest 4, Jest 30, pytest 9.
15 architecture review prompts that surface real layering bugs, dependency cycles, and boundary leaks — with file:line evidence, not generic "consider DDD" advice.
15 copy-ready prompts to audit Firebase Security Rules, indexes, Cloud Functions, Auth, and App Check — updated for 2nd-gen functions (June 2026).
Whole-repo audit prompts for Claude Code, Codex, and Cursor — architecture smells, dead code, security risks, dependency drift, and test gaps in one structured pass.
15 copy-ready Next.js App Router code review prompts for Next.js 16 — server/client boundaries, server actions, use cache, cacheTag, proxy.ts, streaming. Updated June 2026.
15 Supabase Row-Level Security review prompts: auth.uid() checks, WITH CHECK coverage, service_role bypass, storage bucket RLS, SECURITY DEFINER, and the (select auth.uid()) perf fix.