writing-tests
Safe 78Write Better Backend Tests
by Crossbill-Highlights
Backend tests can become long, repetitive, and hard to maintain. This skill guides Claude, Codex, and Claude Code toward concise tests with shared fixtures.
Curate your favorite skills into a reusable collection, then install it with one command.
Write Better Backend Tests
by Crossbill-Highlights
Backend tests can become long, repetitive, and hard to maintain. This skill guides Claude, Codex, and Claude Code toward concise tests with shared fixtures.
Design Distinctive Typography
by Crossbill-Highlights
Generic font choices can make polished work feel unfinished. This skill guides stronger font selection, pairing, contrast, and scale for Claude, Codex, and Claude Code.
Create Clear Git Commits
by Crossbill-Highlights
Large changes often produce messy commit history that slows review. This skill guides Claude, Codex, and Claude Code to make small commits with quality checks.
Improve SQLAlchemy Database Operations
by Crossbill-Highlights
Database code can become slow when queries run inside repeated loops. This skill guides Claude, Codex, and Claude Code toward bulk SQLAlchemy operations, joins, and repository boundaries.
Add CSS Colors Through Theme Rules
by Crossbill-Highlights
Teams often get inconsistent colors when agents add direct CSS values in component code. This skill guides Claude, Codex, and Claude Code to use Material UI theme colors and customColors.
Set Up Development Environments
by Crearize
New project setup often requires coordinated backend, frontend, database, and environment checks. This skill guides Claude, Codex, or Claude Code through a staged setup and verification workflow.
Review Architecture Changes
by Crearize
Architecture reviews often miss project-specific rules across backend, frontend, and documentation. This skill guides Claude, Codex, and Claude Code through a strict checklist for consistent review results.
Refactor Code Safely
by Crearize
Refactoring can improve code but may introduce regressions when changes are broad. This skill guides phased analysis, small edits, tests, rollback planning, and clear reports.
Run QA Checks Before Pull Requests
by Crearize
Teams need fast PR checks before code review. This skill runs a clear QA workflow for backend and frontend validation.
Run Fast Pre-Commit Checks
by Crearize
Late quality failures slow commits and reviews. This skill guides Claude, Codex, or Claude Code through fast lint, test, compile, and type checks before committing.
Guard Refactors Against Regression
by Crearize
Refactoring can hide test failures, build breaks, and quality drops. This skill records baselines, reruns checks, compares results, and recommends rollback when quality drops.
Generate Type-Safe API Clients
by Crearize
Manual API client updates drift when OpenAPI contracts change. This skill guides Orval generation and type checking so frontend clients stay aligned.
Fix Bugs With Structured Triage
by Crearize
Debugging across backend and frontend can lose context and miss regression tests. This skill guides root cause analysis, minimal fixes, validation, and pull request handoff.
Convert Figma Variables to Tailwind CSS
by Crearize
Figma MCP output can contain design variables and inline styles that are hard to maintain. This skill maps those values to standard Tailwind CSS classes and project tokens.
Build Spring Boot Backend APIs
by Crearize
Backend changes can drift from project conventions, database docs, and test expectations. This skill gives a structured Spring Boot/MyBatis workflow from task intake through API, data, tests, and verification.
Build Next.js React Frontends
by Crearize
Teams need consistent frontend implementation across UI, data fetching, forms, tests, and release checks. This skill guides Claude, Codex, and Claude Code through a structured Next.js and React workflow.
Automate Feature Development
by Crearize
Feature delivery often requires analysis, backend work, frontend work, reviews, tests, and PR creation. This skill guides that sequence with specialist skill calls and quality gates.
Check Flyway Database Migrations
by Crearize
Migration conflicts can break releases and database deploys. This skill guides checks for Flyway names, versions, main branch conflicts, and basic SQL safety.
Analyze WordPress Test Targets
by CrazySwami
WordPress theme testing often misses forms, templates, navigation, and dynamic content. This skill extracts practical test targets for E2E planning.
Coordinate WordPress Site Builds and Audits
by CrazySwami
WordPress projects require setup, audits, SEO, testing, and handoff across several tools. This skill coordinates those phases and calls related WordPress skills.