npx claudepluginhub kingstinct/.github --plugin generalThis skill uses the workspace's default tool permissions.
This plugin provides MCP integrations for Linear, Sentry, and GitHub. Use them appropriately based on context.
Manage Linear issues, projects, and teams using MCP tools, Linear CLI via Bash, or scripts with secure Varlock API key handling.
Diagnoses GitHub-driven agile workflow problems and guides feature branch development using GitHub CLI, issues, PRs, labels, and branch protection.
Manages GitHub issues: create/update/read via gh api and MCP tools; supports labels, assignees, types, projects, workflows, dependencies.
Share bugs, ideas, or general feedback.
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.md