一键导入
blocker-detection
Use this skill when investigating blockers, stalled work, or anything preventing progress.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill when investigating blockers, stalled work, or anything preventing progress.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill when the user asks about deepagents harness capabilities, tool names, task delegation, filesystem access, or sandbox execution. It provides a concise operational cheat sheet.
Use this skill for multi-track tasks that benefit from delegation, parallel research, or structured planning. It guides the main agent to use the task tool, subagents, and write_todos for coordination.
Use this skill for requests related to Linear issues, projects, sprints, and team workload. This skill provides guidance on how to effectively query and interact with Linear data.
Use this skill when generating project updates, status reports, or stakeholder communications.
Use this skill for tasks that require running commands or scripts in the sandbox. It provides a plan-first workflow for using run_sandbox_workflow, dependency setup, verification, and iterative loops.
Guide for creating or updating skills. Covers naming, required frontmatter, store-backed paths, and publishing.
| name | blocker-detection |
| description | Use this skill when investigating blockers, stalled work, or anything preventing progress. |
This skill helps identify and resolve blockers before they derail projects.
Use these tools in order:
get_linear_issues(filter: "blockers") - Explicitly blocked itemsget_linear_issues(filter: "stalled") - Work that stopped movingsearch_memories(query: "blocked waiting dependency") - Historical contextFor each blocker, identify:
Always provide actionable next steps:
| Type | Signs | Resolution |
|---|---|---|
| Dependency | "waiting on X", linked issue | Escalate to owner of X |
| Decision | "need to decide", "TBD" | Identify decision maker |
| Resource | Unassigned, overloaded owner | Reassign or add capacity |
| External | Third-party, API, approval | Escalate, find workaround |
| Technical | Bug, infrastructure issue | Get engineering help |
3 Active Blockers:
1. **ABC-123** blocked 5 days
- Waiting on security review
- @security-team can unblock
- Suggested: Ping in #security-reviews?
2. **DEF-456** stalled 8 days
- No activity, assignee @mike
- May be forgotten
- Suggested: Check if still needed?
3. **GHI-789** blocked by dependency
- Waiting on ABC-100
- ABC-100 is 80% complete
- Should unblock in ~2 days
**Suggested actions:**
1. Escalate security review
2. Check in with Mike
3. Monitor ABC-100 progress