AgentSkillsCN

blocker-detection

当用户询问有关deepagents工具集的功能、具体工具名称、任务委派、文件系统访问权限,或沙盒执行环境时,可使用此技能。它为您呈现一份简洁明了的操作指南。

SKILL.md
--- frontmatter
name: blocker-detection
description: Use this skill when investigating blockers, stalled work, or anything preventing progress.

Blocker Detection Skill

Overview

This skill helps identify and resolve blockers before they derail projects.

What Counts as a Blocker?

  1. Explicit blockers - Issues labeled "blocked" or with blocking dependencies
  2. Stalled work - Items with no updates for 7+ days
  3. Missing dependencies - Waiting on external input, decisions, or other work
  4. Resource constraints - Not enough people or time assigned

Instructions

1. Detecting Blockers

Use these tools in order:

  1. get_linear_issues(filter: "blockers") - Explicitly blocked items
  2. get_linear_issues(filter: "stalled") - Work that stopped moving
  3. search_memories(query: "blocked waiting dependency") - Historical context

2. Analyzing a Blocker

For each blocker, identify:

  • What's blocked: The ticket/PR/item
  • Why it's blocked: Dependency, decision, resource, external
  • How long: Days blocked
  • Who can unblock: Person or team
  • Impact: What else is affected

3. Suggesting Resolution

Always provide actionable next steps:

  • Who should be contacted
  • What decision needs to be made
  • Offer to add comments or escalate

Blocker Types

TypeSignsResolution
Dependency"waiting on X", linked issueEscalate to owner of X
Decision"need to decide", "TBD"Identify decision maker
ResourceUnassigned, overloaded ownerReassign or add capacity
ExternalThird-party, API, approvalEscalate, find workaround
TechnicalBug, infrastructure issueGet engineering help

Example Response

code
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