Add a new implementation of the primary protocol/interface (Alex Rivera's workflow)
原文语言:英语
菜单
SkillsMP 已收集 g-zenr/relay-api 中的 35 个 Skill。打开任一 Skill 可查看来源和详情。
已展示 35 / 35 个已收集 Skill。
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
原文语言:英语