一键导入
integration
Linear, GitHub, Trunk, MCP, and external service integration rules. Use when using Linearis, gh CLI, Trunk, MCP servers, or external APIs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Linear, GitHub, Trunk, MCP, and external service integration rules. Use when using Linearis, gh CLI, Trunk, MCP servers, or external APIs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | integration |
| description | Linear, GitHub, Trunk, MCP, and external service integration rules. Use when using Linearis, gh CLI, Trunk, MCP servers, or external APIs. |
See the linear skill for full Linear rules and CLI commands (skills/linear/).
Quick reference:
linearis command)gh) for viewing GitHub logs and repository informationgh commands instead of web interface for log access and repository operationsgh CLI over browser-based GitHub operations when possiblegh log - View commit logs and repository historygh pr view - Pull request informationgh issue view - Issue detailsgh repo view - Repository informationgh run list - View workflow runsgh run view <run-id> - View specific workflow run detailsgh run logs <run-id> - View workflow logsgh workflow list - List available workflowsgh workflow view <workflow-name> - View workflow detailsgh run watch <run-id> - Watch a workflow run in real-timegh run rerun <run-id> - Rerun failed workflows.github/pull_request_template.md.github/CODEOWNERSWhen fixing lint/format issues in a Trunk-enabled project: run trunk check --fix first so Trunk auto-fixes what it can; then fix manually whatever remains. Do not skip Trunk—use it first, then the agent.
.eslintrc, pyproject.toml, .prettierrc) instead of configuring exclusively in .trunk/.trunk/trunk.yaml minimal - use it only for Trunk-specific settings like enabled linters and actions// eslint-disable-next-line or .eslintignore// prettier-ignore or .prettierignore# noqa or pyproject.toml exclude patternsmcp.jsonPersist learned rules in a tool-agnostic way (project / project-local / user scope). Use when the user runs /learn or asks you to remember a preference or project convention.
Always apply guma's personal preferences across projects (user-level). Use when interacting with the user in any repo.
Code quality, commit standards, quality gates, PR standards, documentation, performance, security, and output character hygiene (gremlin characters). Use when writing code, committing, creating PRs, generating any text, or when the user runs /gremlin-clean.
Safe Git workflow - commit with conventional format and branch safety, create branches, reset with backup, and multi-repo status. Use when committing, creating branches, resetting, or checking git status in multi-repo workspaces.
Safe Kubernetes operations - check resources (read-only), validate manifests (dry-run), and diff changes. Use when inspecting pods/deployments, validating YAML, or previewing apply changes. Never run kubectl delete or apply.
Linear integration with Linearis CLI - rules, team config, issue format, and all Linear operations (create, update, comment, list, triage, view, project create/plan). Use when creating or managing Linear issues, referencing issues in commits/PRs, or working with Linear projects.