helderberto

helderberto

@helderberto

GitHub
11 Skills
106 Total Stars
February 2026 Joined

Public Skills

create-pr

by helderberto

Create GitHub pull requests. Use when user asks to "create a pull request", "open a PR", "/create-pr", or requests creating pull requests.

Code Gen 10 3mo ago

audit-deps

by helderberto

Check dependencies for vulnerabilities. Use when user asks to "audit dependencies", "/audit-deps", "check for vulnerabilities", or wants to check dependency health.

Code Review 10 3mo ago

commit

by helderberto

Create git commits following repository style. Use when user asks to "create a commit", "commit changes", "/commit", or requests committing code to git.

Git & VCS 10 3mo ago

refactor-plan

by helderberto

Create structured refactoring plans. Use when user wants to plan a refactor, needs a refactoring strategy, or mentions breaking down large changes into small commits.

Code Gen 10 3mo ago

tdd

by helderberto

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants test-first development, or requests TDD workflow.

Agents 10 3mo ago

lint

by helderberto

Run linting and formatting checks. Use when user asks to "run linter", "/lint", "check linting", "fix lint errors", or requests code linting/formatting.

Code Review 10 3mo ago

review-pr

by helderberto

Review pull requests. Use when user asks to "review a PR", "/review-pr", or wants to review a pull request.

Code Review 10 3mo ago

ship

by helderberto

Commit and push changes using atomic commits. Use when user asks to "ship", "commit and push", or requests committing and pushing changes. Don't use for creating pull requests or reviewing changes before committing.

9 2mo ago

git-safety-hooks

by helderberto

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations or add git safety guardrails.

Git & VCS 9 3mo ago

safe-repo

by helderberto

Check for sensitive data in repository. Use when user asks to "check for sensitive data", "/safe-repo", or wants to verify no company/credential data is in the repository.

Code Review 9 3mo ago

coverage

by helderberto

Check test coverage for unstaged changes. Use when user asks to "check coverage", "/coverage", or wants to see which unstaged changes lack test coverage.

Processing 9 3mo ago