How this skill is triggered — by the user, by Claude, or both
Slash command
/general:integrationsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This plugin provides MCP integrations for Linear, Sentry, and GitHub. Use them appropriately based on context.
This plugin provides MCP integrations for Linear, Sentry, and GitHub. Use them appropriately based on context.
Use for project management and task tracking.
When to use:
Common operations:
mcp__linear__get_issue - Get full issue details including descriptionmcp__linear__list_issues - List issues with filters (assignee, status, project)mcp__linear__update_issue - Update status, assignee, or other fieldsmcp__linear__create_issue - Create new issuesmcp__linear__list_comments - View discussion on an issueUse for error tracking and debugging.
When to use:
Common operations:
mcp__sentry__get_issue - Get error details, stack trace, frequencymcp__sentry__list_issues - List recent errors by projectUse for repository and PR management.
When to use:
Also available via gh CLI:
gh issue view <number> - View issue detailsgh pr view <number> - View PR detailsgh pr checks - Check CI statusgh api - Direct API accessAlways filter by relevant projects when querying Linear, Sentry, or GitHub.
CLAUDE.md in the project root for configured project scopeCLAUDE.md for future sessions## Project Scope
- Linear projects: ProjectName1, ProjectName2
- Linear team: TeamName
- Sentry projects: project-slug-1, project-slug-2
- GitHub repos: org/repo-name
Always pass project filters - never query without them:
project or team parameter in mcp__linear__list_issuesgit remote -v)Ask for clarification when:
CLAUDE.mdnpx claudepluginhub kingstinct/.github --plugin generalInteract with Linear to view, create, and update issues using MCP or the Linear CLI, with varlock-based secret management.
Analyzes and resolves Sentry issues posted as GitHub PR review comments. Fetches comments, parses bug details, and applies fixes.
Triages GitHub issues and PRs, links active work to Linear, and keeps GitHub public while Linear remains the internal execution layer. Use for backlog control, PR triage, or GitHub-to-Linear coordination.