Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

do-task做任务

Agent Skill

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

总安装

324

周安装

13

GitHub Stars

公开资料未说明

下载量

105
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/b-j-roberts/vibecoding-workshop --skill do-task

简介

do-task 根据 ROADMAP.md 中指定 ID 实现具体行动项,包含研究与澄清闭环。

  • 首先解析任务 ID,加载对应章节内容,然后展开必要背景调研。
  • 遇到模糊需求时必须主动询问用户,不得自行假设或跳过澄清环节。
  • 最终交付包含测试计划的完整实现方案,覆盖正常与异常流程验证要点。
  • do-task 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Do Task

Overview

Implement a specific action item from docs/ROADMAP.md by its ID. Read the task's full context from the roadmap, research as needed, clarify ambiguities with the user, execute the implementation, and deliver a test plan.

Workflow

Step 1: Parse and Load Task

Extract the task ID from the user's arguments (e.g., 1.1, 2.3, 3.1).

Read docs/ROADMAP.md from the current working directory. If the file does not exist, check for ROADMAP.md at the project root. If neither exists, inform the user and stop.

Locate the action item matching the given ID (the ### X.Y heading). Extract:

  • Phase title — the ## Phase N:... heading the task belongs to
  • Task title — the ### X.Y... heading text
  • Description — the **Description**: content
  • Requirements — the **Requirements**: checklist items
  • Implementation Notes — the **Implementation Notes**: content

If the task ID is not found, list all available task IDs with their titles and ask the user to pick one.

If the task belongs to the Future phase (which uses Description/Features/Rationale instead of Description/Requirements/Implementation Notes), inform the user that Future-phase items are high-level directions, not scoped tasks. Offer to help break it down into concrete action items instead.

Step 2: Load Project Context

Read the following files if they exist, to understand the full project context:

  • docs/SPEC.md — architecture, tech stack, data models, key decisions
  • docs/STYLES.md — design tokens, component styling (for frontend tasks)

Also review the existing codebase structure to understand what has already been built. Use Glob and Read to survey the project directory — check for existing files, components, utilities, and patterns that the task should build on or integrate with.

Step 3: Clarify Ambiguities

Before writing any code, evaluate whether the task's requirements and implementation notes are clear enough to proceed confidently. Consider:

  • Are there technical implementation choices that could go multiple ways?
  • Are there UI/UX decisions not specified in the requirements or STYLES.md?
  • Are there concerns, trade-offs, or risks worth surfacing?
  • Do the requirements reference something that doesn't exist yet or is unclear?

If anything is unclear, use the AskUserQuestion tool to ask focused follow-up questions. Do not guess on ambiguous requirements — ask.

If everything is clear, proceed without asking unnecessary questions.

Step 4: Research (If Needed)

If the task involves unfamiliar APIs, libraries, patterns, or integrations mentioned in the implementation notes, conduct targeted research using WebSearch to understand:

  • API usage and current best practices
  • Library-specific patterns and gotchas
  • Integration approaches

Keep research focused on what is needed for this specific task.

Step 5: Implement

Execute the task by working through each requirement in the checklist. Follow existing project patterns and conventions discovered in Step 2.

Implementation rules:

  • Address every - [] requirement item — do not skip any
  • Follow the guidance in Implementation Notes
  • Match existing code style, naming conventions, and patterns in the project
  • Apply styles from docs/STYLES.md when the task involves UI
  • Keep changes focused on this task — do not refactor unrelated code
  • Write clean, working code — not placeholder stubs

Step 6: Test Plan

After completing the implementation, provide a concise, step-by-step test plan the user can follow to verify the task works end-to-end.

Format the test plan as:

## Test Plan for X.Y: <Task Title>

1. <Action to take>
   → Expected: <What the user should see or experience>

2. <Next action>
   → Expected: <Expected result>

...

Each step should be a concrete action (run a command, navigate to a URL, click something, check a value) with a one-liner describing the expected outcome.

The test plan should cover:

  • Happy path verification of each requirement
  • Edge cases mentioned in the requirements or implementation notes
  • Any error states or fallbacks the task implements

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

展示第三方安全扫描或审计结果

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

平台分布

Codex

37.39%
按下载量换算39

Claude

29.73%
按下载量换算31

Cursor

18.93%
按下载量换算20

Gemini CLI

10.23%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills