一键导入
linear-task-creation
Standardize Linear task creation with assignee, project, team, and branch/commit conventions. Use when asked to create a Linear task or issue.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Standardize Linear task creation with assignee, project, team, and branch/commit conventions. Use when asked to create a Linear task or issue.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | linear-task-creation |
| description | Standardize Linear task creation with assignee, project, team, and branch/commit conventions. Use when asked to create a Linear task or issue. |
When asked to “create a Linear task”, follow this exact flow. Ask the required questions first, then proceed.
If the user gives terse instructions like "assign to me" or "no project", respect that.
apps/web → Vana App v2apps/stake → Vana Staking UpgradegitBranchName: checkout that exact branch before making
any code changes/commits.-2,
-3, or a short purpose tag.
callum/app-628-resolve-nextjs-warning-2callum/app-628-resolve-nextjs-warning-fix-telemetrygitBranchName if provided by
Linear; otherwise create one).pnpm-lock.yaml only when changes are deliberate.apps/web or apps/stake: ask the user which project to
use (no silent fallback).Debug and repair code using minimal, reviewable patches instead of full-file rewrites. Use this whenever the user is fixing a bug, iterating on failing tests, asks for a surgical code change, wants a minimal diff, or is in a tight debug loop where output size and token cost matter. Prefer this even if the user does not explicitly say "patch."
Build or use a tight automated test-fix loop that repairs one failing test at a time with minimal patches and narrow context. Use whenever the user wants a repair harness, constrained bug-fixing loop, failing-test repair workflow, or a prompt that turns the model into a surgical fix engine instead of a general coding assistant.
Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome)
Reduce cognitive load when implementing or refactoring code for readability.
Use Conventional Commits when creating reviewing or fixing commit messages.
Audit and refactor React UI components to match DataConnect UI implementation rules (Text component, tokens, Tailwind, naming) and Vercel React/composition guidance. Use when the user asks for a UI audit, React audit, composition review, or to fix UI implementation issues in components.