Renz Rosada avatar

Renz Rosada

Community

@g-zenr

5Followers
|
34Public Repos
|
35Published Skills

Agent Skills by Renz Rosada

Showing 35 vetted skills indexed across 1 GitHub repositories.

g-zenrg-zenr

commit

Validate, stage, and commit code changes with conventional commit messages.

Community
Intermediate
g-zenrg-zenr

add-device

{value}

Community
Advanced
g-zenrg-zenr

hotfix

Create a hotfix branch, apply code changes, run regression tests, and release a patch.

Community
Intermediate
g-zenrg-zenr

setup-hooks

Configure automated code validation hooks for syntax, annotations, and tests.

Community
Intermediate
g-zenrg-zenr

monitor

Set up structured logging, health probes, and optional metrics endpoints.

Community
Intermediate
g-zenrg-zenr

design-api

Define API contracts with endpoints, Pydantic models, and auth considerations.

Community
Intermediate
g-zenrg-zenr

optimize

Profile code to identify and resolve performance bottlenecks like lock contention.

Community
Advanced
g-zenrg-zenr

troubleshoot

Diagnose runtime and production issues by analyzing logs and errors.

Community
Intermediate
g-zenrg-zenr

test

Generate unit and integration tests covering success, validation, and service error paths.

Community
Advanced
g-zenrg-zenr

changelog

Generate markdown changelogs from git history using conventional commit types.

Community
Intermediate
g-zenrg-zenr

verify

Run automated tests, static type checks, and project-specific invariant checks.

Community
Intermediate
g-zenrg-zenr

plan

Decompose feature scopes into user stories, tasks, and risk assessments.

Community
Intermediate
g-zenrg-zenr

migrate-api

Migrate APIs between versions with breaking change identification and deprecation strategies.

Community
Advanced
g-zenrg-zenr

load-test

Generates performance and load tests for API throughput, thread safety, and rate limiting.

Community
Advanced
g-zenrg-zenr

integration-test

Write end-to-end integration tests for full Relay API request-to-response flows.

Community
Advanced
g-zenrg-zenr

release

Automate version bumping, changelog updates, Git tagging, and code pushing for software releases.

Community
Advanced
g-zenrg-zenr

docs

Audit project documentation against the live codebase and update README files, environment variables, and OpenAPI metadata.

Community
Advanced
g-zenrg-zenr

add-endpoint

Add API endpoints to FastAPI applications through a structured development workflow.

Community
Intermediate
g-zenrg-zenr

onboard

Generate a developer onboarding guide from project documentation and workflow.

Community
Intermediate
g-zenrg-zenr

quality-gate

Orchestrates a multi-stage quality gate process for code merging with automated verification, security review, and documentation checks.

Community
Advanced
g-zenrg-zenr

pr

Create pull requests for Git branches with pre-PR validation and structured titles.

Community
Intermediate
g-zenrg-zenr

cleanup

Remove dead code, unused imports, and stale configuration files.

Community
Intermediate
g-zenrg-zenr

audit

Audit codebases across seven dimensions and report findings by severity.

Community
Advanced
g-zenrg-zenr

deploy-check

Audit project configuration, health endpoints, Dockerfile, logging, dependencies, and tests for deployment readiness.

Community
Advanced