Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

agile-status敏捷状态

Agent Skill

agile-status 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

190

周安装

8

GitHub Stars

公开资料未说明

下载量

67
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/djalmajr/essential-skills --skill agile-status

简介

agile-status 动态追踪交付进展,支持检查点、汇总或闭环等多种模式。

  • 根据输入参数自动适配输出形式,空参时主动询问用户需求类型。
  • 生成语言与用户一致,语法准确且符合本地化表达习惯。
  • 可用于日常进度同步或项目收尾阶段的成果确认。agile-status 属于待分类类 Skill,可作为该场景下的辅助能力补充。
  • 建议在使用前核实是否会触发网络请求或数据写入操作。

SKILL.md

Status

Use this skill to track delivery progress. It adapts to what the user needs: a quick checkpoint, a period consolidation, or a delivery closure.

Initial context received via slash: $ARGUMENTS

If $ARGUMENTS is filled (e.g., initiative name, issue, plan reference, "daily", "report", "close"), use as starting point. If empty, ask the user what they need: a checkpoint, a consolidation, or a closure.

Language

Write the artifact in the user's language. Apply correct grammar and any required diacritics or script-specific characters. If the user's language is unclear, ask before generating output. Templates are in English — translate headers and content to match.

Objective

  • Track real progress against a plan, story, or epic
  • Make blockers explicit with impact, owner, and next action
  • Consolidate deliveries, deviations, and risks for a period
  • Formally close deliveries with verification and handoff
  • Maintain traceability with the active plan or issue

Modes

Checkpoint (was /daily)

Quick status update — progress, blockers, next step. Under 5 minutes.

When to use:

  • Daily or session-level progress update
  • A blocker surfaced and needs to be made explicit
  • Mid-task checkpoint

Process:

  1. Identify the active plan, story, or issue.
  2. Record what advanced since the last cycle.
  3. Record blockers with impact, owner, and next action.
  4. Define the next observable step.

Where to save:

  • Present inline by default (checkpoints are short)
  • If the user asks to save: planning/<initiative>/status/YYYY-MM-DD.md

Consolidation (was /status-report)

Period or milestone summary — what was completed, deviations, risks, decisions needed.

When to use:

  • Stakeholders ask "where are we?" on an initiative
  • Mid-epic or mid-sprint consolidated view
  • Weekly/biweekly status summary
  • Before a sprint review, to prepare the status snapshot

Process:

  1. Define the report scope (period, milestone, initiative).
  2. Collect data from checkpoints, plans, epic/stories, and git log.
  3. Consolidate: completed, in progress, deviations, risks, decisions needed.
  4. Define next steps with owners.

Where to save:

  • planning/<initiative>/status/report-YYYY-MM-DD.md
  • Or present inline if it's a short report

Closure (was /post-impl)

Formal delivery closure — plan vs result, verification, remaining risks, handoff.

When to use:

  • A plan, story, or epic has been completed
  • Before moving to the next delivery
  • Before a retro, to create an objective record

Process:

  1. Identify the delivery being closed (plan, story, epic).
  2. Compare plan vs result: what was delivered, what remained pending, scope changes.
  3. Execute verifications: lint, typecheck, tests, manual validation. Record actual results.
  4. Record remaining risks and next steps.
  5. Define handoff (who needs to know).

Where to save:

  • planning/<initiative>/status/closure-YYYY-MM-DD.md
  • If standalone plan: present inline

How to decide the mode

  • Need a quick checkpoint? → Checkpoint mode
  • Need to consolidate a period or milestone? → Consolidation mode
  • Delivery finished and needs to be closed? → Closure mode
  • Not sure? Ask the user for context and suggest the appropriate mode.

Chaining

  • Checkpoint: if critical blocker → escalate or adjust the plan. If delivery closing → switch to closure mode.
  • Consolidation: if period closed a delivery → suggest closure mode. If sprint ended → suggest /agile-review or /agile-retro.
  • Closure: if next steps become new tasks → suggest /agile-story. If cycle ended → suggest /agile-retro. If part of an epic → update story status.

Reference template

Use ~/.agents/templates/status.md as base.

Rules

  • Every update must reflect real state, not optimistic intention.
  • Blockers must have impact, owner, and next action — not just a description.
  • Checkpoints must reference the specific plan, story, or issue for traceability.
  • Closure mode must always run lint, typecheck, and tests. Don't assume they pass.
  • Report actual results, not intention. If lint failed, say it failed.
  • Keep it proportional — a checkpoint should take under 5 minutes, a consolidation under 15.

Relationship with the flow

flowchart LR
    A["/agile-story"] --> B[execution]
    B --> C["/agile-status<br>(checkpoint)"]
    C --> D["/agile-status<br>(consolidation)"]
    D --> E["/agile-status<br>(closure)"]
    E --> F["/agile-retro"]

This skill handles all delivery tracking. For planning, use /agile-intake, /agile-epic, or /agile-story. For ceremonies, use /agile-sprint, /agile-review, or /agile-retro.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.15%
按下载量换算26

Claude

31.22%
按下载量换算21

Cursor

18.48%
按下载量换算12

Gemini CLI

9.23%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills