A collection of custom skills for Claude Code CLI that extend Claude's capabilities with specialized workflows and integrations.
Analyze and resolve Sentry issues with deep root cause analysis. Fetches complete stack traces, error context, and event data via the Sentry REST API.
Usage: Provide a Sentry issue URL
Analyze this Sentry issue: https://arcsite.sentry.io/issues/7219768209/
Create Jira tickets non-interactively using jira-cli with automatic component selection (API, Projects, Proposals, Backends, Regression, AI).
Usage: Request ticket creation
Create a bug ticket for login failing on Safari
Perform comprehensive GitHub pull request reviews using the gh CLI. Provides severity-based analysis (high/medium/low) with inline comments.
Usage: Request PR review
Review PR #123
- Install Claude Code CLI
- Clone this repository
- Individual skills may have prerequisites:
- Sentry Issue Resolver: Set
SENTRY_AUTH_TOKENenvironment variable - Jira Ticket Creator: Install and configure jira-cli
- PR Code Review: Install and authenticate GitHub CLI
- Sentry Issue Resolver: Set
Skills are automatically loaded by Claude Code when this repository is in your skills directory. Reference skills by name in your conversations:
Use sentry-issue-resolver to analyze https://arcsite.sentry.io/issues/7219768209/
Or use the skill name directly:
/sentry-issue-resolver https://arcsite.sentry.io/issues/7219768209/
Each skill is organized in its own directory:
skills/
├── skill-name/
│ ├── SKILL.md # Main skill definition and workflow
│ └── references/ # Supporting documentation and examples
To add a new skill:
- Create a new directory under
skills/ - Add a
SKILL.mdfile with:- YAML frontmatter (name, description)
- Workflow documentation
- Examples and prerequisites
- Add reference materials in a
references/subdirectory - Follow patterns from existing skills
See CLAUDE.md for detailed development guidelines.
Internal use for ArcSite development.