open-repo
Open Repository
Context
Opens the current repository in the browser using GitHub CLI.
Command
Run:
gh repo view --web- opens current repo in default browser
Rules
- GitHub only - requires GitHub remote (not GitLab, Bitbucket, etc.)
- Must be in a git repository with GitHub remote
- Opens repository overview page on GitHub
More from helderberto/skills
safe-repo
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. Don't use for general code review, adding .gitignore entries, or scanning non-git directories.
41testing
Run test suite and report results. Use when user asks to "run tests", "/test", "/testing", "execute tests", or requests running the test suite. Don't use for writing new tests, checking coverage, or running a single specific test file.
18a11y-audit
Audit accessibility compliance in frontend code. Use when user asks to "check accessibility", "/a11y-audit", "audit a11y", "check WCAG", or wants to find accessibility issues. Don't use for backend code, non-UI files, or projects without HTML/JSX output.
17accessibility-audit
Audit accessibility compliance in frontend code. Use when user asks to "check accessibility", "/accessibility-audit", "audit a11y", "check WCAG", or wants to find accessibility issues. Don't use for backend code, non-UI files, or projects without HTML/JSX output.
3create-adr
Record an Architecture Decision Record (ADR) — a 1–3 sentence note capturing what was decided and why. Use when user says "create an ADR", "record this decision", "/create-adr", or just decided something architecturally significant. Don't use for forward-looking specs (use tk:prd) or general repo conventions (use CLAUDE.md).
1