helderberto

helderberto

@helderberto

GitHub
11 Skills
132 Total Stars
February 2026 Joined

Public Skills

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.

12 4mo 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 12 4mo ago

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 12 4mo 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 12 4mo 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 12 4mo 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 12 4mo 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 12 5mo 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 12 5mo 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 12 5mo 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 12 5mo 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 12 5mo ago