Josue Navarro
Community@josuenavarroaguado
Agent Skills by Josue Navarro
Showing 21 vetted skills indexed across 1 GitHub repositories.
idea-refine
Reframe problems into How Might We statements and generate divergent variations.
debugging-and-error-recovery
Diagnose failing tests and broken builds to identify root causes and recovery steps.
using-agent-skills
Route incoming engineering tasks to the appropriate workflow skill.
test-driven-development
Write failing tests before implementing minimal code to pass them.
planning-and-task-breakdown
Break down development specifications into ordered, verifiable tasks with acceptance criteria.
incremental-implementation
Implement multi-file features in small vertical slices with tests and checks.
api-and-interface-design
Design contract-first REST and GraphQL APIs with consistent error semantics.
ci-cd-and-automation
Automate GitHub Actions CI/CD pipelines with quality gates and preview deployments.
context-engineering
Load hierarchical project context to reduce AI hallucinations.
frontend-ui-engineering
Build accessible, responsive web UI components with design system tokens.
shipping-and-launch
Coordinate production launches with a pre-launch checklist and rollback plan.
spec-driven-development
Create structured specifications with objective, commands, and acceptance criteria before coding.
code-review-and-quality
Automates multi-axis code reviews across five quality dimensions before merging.
security-and-hardening
Harden web app code by enforcing input validation, parameterized queries, and secure configurations across APIs and auth flows.
deprecation-and-migration
Plan incremental migration from legacy systems to replacement APIs.
code-simplification
Simplify TypeScript, JavaScript, Python, and React code with behavior-preserving refactors.
source-driven-development
Verify framework implementation decisions against official documentation with cited sources.
performance-optimization
Diagnose and fix web performance bottlenecks using Lighthouse, RUM, and profiling data.
browser-testing-with-devtools
Inspect live web pages and capture DOM, console, network, screenshot, and performance data via Chrome DevTools MCP.
git-workflow-and-versioning
Structure git workflows with trunk-based development, atomic commits, and branch naming conventions.
documentation-and-adrs
Record and organize architecture and design decisions using ADR templates.