Token导航 LogoToken导航TokenDH.com
研究检索权限需确认github未标认证来源可访问许可证需确认审计未展示

daily-unblock每日解锁

Agent Skill

daily-unblock 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

259

周安装

11

GitHub Stars

2

下载量

91
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:daily-unblock(每日解锁)
来源仓库:https://github.com/benjaming/ai-skills
仓库路径:skills/daily-unblock
安装命令:
npx skills add https://github.com/benjaming/ai-skills --skill daily-unblock
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/benjaming/ai-skills --skill daily-unblock

简介

用于查找、检索和筛选相关信息。daily-unblock 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合根据关键词或任务场景快速定位候选结果。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围和维护状态。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • 注意是否会触发联网、命令执行或文件读写。

SKILL.md

Unblock — Activate a Standby Task

Bring a standby task back to active status, restoring it to in_progress or pending depending on whether work had started.

Configuration

persistence:
  tasksDir: "~/.claude/daily-tasks"

Execution Steps

1. Parse Arguments

If $ARGUMENTS is a number: target that task ID.

If $ARGUMENTS matches a Jira key pattern (e.g., RGI-265): find the task with matching jira_key.

If $ARGUMENTS is empty: find all tasks with status: "standby".

  • If exactly one standby task: use it automatically.
  • If multiple standby tasks: list them all and ask which to unblock:
⏸ Multiple standby tasks — which to unblock?

  #3. RGI-265 — Evr Insights migration
     └─ Waiting on: Claire's QA review · standby 2h ago
  #7. MITB-99 — Gong push config regression
     └─ Waiting on: data pipeline rerun · standby 1d ago

Run /daily-unblock 3 or /daily-unblock RGI-265 to pick one.

Stop here.

  • If zero standby tasks: "No tasks on standby. Nothing to unblock." Stop.

2. Load Task File

Read today's task file:

cat ~/.claude/daily-tasks/$(date +%Y-%m-%d).json 2>/dev/null

If no file exists: "No task file for today. Run /daily-standup first." Stop.

Parse the JSON. Find the target task by numeric ID or jira_key.

If not found: "Task #N not found. Today has tasks 1-M." Stop.

3. Validate

If status!== "standby": "Task #N is not on standby (current status: {status}). Nothing to unblock." Stop.

4. Determine Target Status

  • If started_at is not null → restore to "in_progress" (task was in progress when parked)
  • If started_at is null → restore to "pending" (task was never started)

5. Update Task

Read the current task file (fresh read), update the target task:

  • Set status to the determined value (in_progress or pending)
  • Set waiting_on to null
  • Set paused_at to null
  • Update updated_at on the root object

Write the updated JSON back using the Write tool.

6. Confirm

Display:

▶️  Task #N unblocked: $JIRA_KEY — $SUMMARY
   Status: $NEW_STATUS

If restored to pending:

👉 Run /daily-next $N to pick it up and get full context.

If restored to in_progress:

👉 Task is back in progress. Run /daily-next $N to get a briefing and continue.

Show compact remaining standby tasks if any still exist:

⏸ N task(s) still on standby — run /daily-unblock N when ready.

Edge Cases

  • Task not on standby: "Task #N is not on standby (status: X)." Stop.
  • Multiple standby tasks, no argument: List all with reasons and ask. Stop.
  • Zero standby tasks, no argument: "No tasks on standby." Stop.
  • Task ID doesn't exist: "Task #N not found. Today has tasks 1-M."
  • File write fails: Report error, do not silently lose the update.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.24%
按下载量换算32

Claude

29.65%
按下载量换算27

Cursor

16.99%
按下载量换算15

Gemini CLI

9.05%
按下载量换算8

安全审计

暂无安全审计结果可展示。

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills