Agent Skills by Renz Rosada
Showing 35 vetted skills indexed across 1 GitHub repositories.
commit
Validate, stage, and commit code changes with conventional commit messages.
add-device
{value}
hotfix
Create a hotfix branch, apply code changes, run regression tests, and release a patch.
setup-hooks
Configure automated code validation hooks for syntax, annotations, and tests.
monitor
Set up structured logging, health probes, and optional metrics endpoints.
design-api
Define API contracts with endpoints, Pydantic models, and auth considerations.
optimize
Profile code to identify and resolve performance bottlenecks like lock contention.
troubleshoot
Diagnose runtime and production issues by analyzing logs and errors.
test
Generate unit and integration tests covering success, validation, and service error paths.
changelog
Generate markdown changelogs from git history using conventional commit types.
verify
Run automated tests, static type checks, and project-specific invariant checks.
plan
Decompose feature scopes into user stories, tasks, and risk assessments.
migrate-api
Migrate APIs between versions with breaking change identification and deprecation strategies.
load-test
Generates performance and load tests for API throughput, thread safety, and rate limiting.
integration-test
Write end-to-end integration tests for full Relay API request-to-response flows.
release
Automate version bumping, changelog updates, Git tagging, and code pushing for software releases.
docs
Audit project documentation against the live codebase and update README files, environment variables, and OpenAPI metadata.
add-endpoint
Add API endpoints to FastAPI applications through a structured development workflow.
onboard
Generate a developer onboarding guide from project documentation and workflow.
quality-gate
Orchestrates a multi-stage quality gate process for code merging with automated verification, security review, and documentation checks.
pr
Create pull requests for Git branches with pre-PR validation and structured titles.
cleanup
Remove dead code, unused imports, and stale configuration files.
audit
Audit codebases across seven dimensions and report findings by severity.
deploy-check
Audit project configuration, health endpoints, Dockerfile, logging, dependencies, and tests for deployment readiness.