com um clique
relay-api
relay-api contém 35 skills coletadas de g-zenr, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.
Skills neste repositório
Add a new implementation of the primary protocol/interface (Alex Rivera's workflow)
Add a new API endpoint following all project standards
Plan and implement a complete feature end-to-end across all layers
Full codebase audit — dead code, layer violations, concurrency, observability, code quality
Set up or update GitHub Actions CI/CD pipeline (Marcus Chen's workflow)
Remove dead code, unused imports, stale files, and fix code quality issues found by /audit
Smart commit — validate, stage, and commit with a conventional commit message
Validate deployment readiness — Docker, config, health, logging (Marcus Chen's workflow)
Audit and upgrade project dependencies — check for vulnerabilities and outdated packages
Investigate and fix a bug from a report, traceback, log, or unexpected behavior
Apply production security hardening to the codebase (Janet Moore's workflow)
Write end-to-end integration tests that exercise full request-to-response flows (Priya Sharma's workflow)
Write performance and load tests to validate throughput and thread safety (Priya Sharma's workflow)
Profile and optimize code for performance — identify bottlenecks and fix them
Create a pull request with proper title, description, and test plan
Safely refactor code while maintaining all tests and type safety (Daniel Okoye's workflow)
Deep security audit of the codebase (Janet Moore's workflow)
Configure Claude Code hooks for automated validation on file edits and commits
Test-driven development — write failing test first, then implement (red-green-refactor)
Write comprehensive tests for a module or feature (Priya Sharma's workflow)
Review and evolve the codebase architecture — evaluate patterns, layers, and design decisions (Alex + Daniel workflow)
Generate a changelog from git history for release notes
Design API contracts before implementation — endpoints, models, status codes (Daniel Okoye's workflow)
Update all project documentation to match current codebase (Sofia Nakamura's workflow)
Emergency production fix — branch, fix, test, merge, release in minimal steps (Marcus workflow)
Migrate API from one version to the next with backwards compatibility (Sofia + Daniel's workflow)
Set up observability — structured logging, health probes, metrics, and alerting (Marcus Chen's workflow)
Generate a developer onboarding guide for new team members (Sofia Nakamura's workflow)
Break a scope or feature set into stories and tasks for sprint planning (Sofia Nakamura's workflow)
Pre-merge quality gate — chains verify, review, and security audit into a pass/fail verdict
Cut a release — version bump, changelog, git tag, and push (Marcus Chen's workflow)
Run a senior-level code review on staged or recent changes
Roll back a bad release to the previous known-good version (Marcus workflow)
Investigate runtime or production issues from logs, errors, or unexpected behavior (Marcus + Alex workflow)
Run the full verification pipeline — tests, types, and quality checks