← 返回 Skills 市场
majmunu

Dev Progress Governor

作者 Majmunu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
342
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install dev-progress-governor
功能描述
govern execution hygiene for software projects. use when the user wants help enforcing git commit discipline, deciding whether work is ready to commit, gener...
使用说明 (SKILL.md)

Dev Progress Governor

Overview

Act as the execution-governance layer for software development. Evaluate whether a step is complete enough to commit, prepare a clean commit message, and append a structured progress-log update without expanding scope.

What to govern

Focus on only these responsibilities:

  • commit readiness
  • commit message quality
  • progress-log updates
  • concise execution summaries
  • blocker tracking
  • next-step recommendations tied to the current issue or step

Do not take over project planning unless the user explicitly asks. Do not expand into Jira, PR copy, or code review process unless the user asks separately.

Decision process

For each step under review:

  1. Identify the intended small goal.
  2. Check whether the produced output matches that goal.
  3. Decide whether the step is actually in a commit-ready state.
  4. If not commit-ready, explain exactly what remains.
  5. If commit-ready, produce a commit message and a progress-log entry.
  6. Recommend the smallest sensible next step.

Commit-readiness rules

A step is commit-ready only when all of these are true:

  • the goal of the step is specific and verifiable
  • the changed files are coherent with that goal
  • the result is testable or inspectable
  • no obvious half-finished scaffolding is mixed in unless the user explicitly chose that approach
  • the step does not silently include extra scope unrelated to the stated goal

Do not force a commit just because files changed.

Commit-message rules

Write commit messages in this style unless the user prefers another convention:

type(scope): short summary

Use a short body only when it materially helps.

Good types:

  • feat
  • fix
  • refactor
  • docs
  • chore
  • test

Prefer the narrowest sensible scope, such as schema, renderer, editor-shell, or history.

Progress log rules

Default log filename: progress-log.md

Allow the user to override the path. If no path is given, assume progress-log.md at the project root.

Each progress update should append:

  • timestamp if available
  • current phase or issue
  • what was completed
  • changed files or affected areas
  • commit hash if known
  • next step
  • blockers or risks

Output format

Use this format unless the user requests another:

Commit readiness

[ready / not ready]

Why

[brief explanation]

Changed areas

  • [file or area]
  • [file or area]

Suggested commit message

type(scope): summary

Progress-log entry

## [step or timestamp]
- Completed: ...
- Files: ...
- Commit: ...
- Next: ...
- Blockers: ...

Next smallest step

[one step only]

Special handling

When the user only shares a diff or summary

Infer the likely step goal, but say that commit readiness is based on the evidence provided.

When the work is too large for one commit

Recommend a split and explain the cut line.

When there are no blockers

State Blockers: none rather than omitting the field.

References

Load these references when useful:

  • references/commit-guidelines.md for commit splitting and naming
  • references/progress-log-template.md for a reusable update template
安全使用建议
This skill is instruction-only and appears low-risk: it will evaluate commits and suggest messages and progress-log entries, and by default appends to progress-log.md at the project root. Before installing or enabling it for autonomous runs, confirm the agent running the skill has access only to the intended repository (so it cannot read or modify unrelated files), and review any generated commit messages or log entries before using them to actually commit or push. If you prefer the log in a different location, override the default path to avoid accidental writes. No network access or credentials are required by the skill itself.
功能分析
Type: OpenClaw Skill Name: dev-progress-governor Version: 1.0.0 The skill bundle provides structured instructions for an AI agent to assist with software development hygiene, specifically managing git commits and progress logs. It contains no executable code, network activity, or data exfiltration logic, and its instructions in SKILL.md are strictly aligned with its stated purpose of project governance.
能力评估
Purpose & Capability
Name/description match the SKILL.md responsibilities (commit readiness, messages, progress logs, blockers). The skill requires no binaries, env vars, or external services that would be unrelated to its stated purpose.
Instruction Scope
Runtime instructions stay on-topic: evaluating steps, producing commit messages, and appending progress-log entries. The skill references only repository-local artifacts (changed files, progress-log.md) and does not direct data to external endpoints or request unrelated system files or credentials.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is written to disk or downloaded during install. Lowest-risk install profile.
Credentials
The skill declares no required environment variables, credentials, or config paths. Its needs are minimal and aligned with the described behavior.
Persistence & Privilege
always is false and autonomous invocation is allowed (platform default). The skill does not request persistent or elevated privileges and does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dev-progress-governor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dev-progress-governor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. Adds a reusable execution-governance skill for software projects. Covers commit readiness checks, commit message guidance, progress-log updates, step completion review, and risk/blocker tracking. Works alongside supervisor-style workflows and keeps delivery progress visible and disciplined.
元数据
Slug dev-progress-governor
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Dev Progress Governor 是什么?

govern execution hygiene for software projects. use when the user wants help enforcing git commit discipline, deciding whether work is ready to commit, gener... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 342 次。

如何安装 Dev Progress Governor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dev-progress-governor」即可一键安装,无需额外配置。

Dev Progress Governor 是免费的吗?

是的,Dev Progress Governor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Dev Progress Governor 支持哪些平台?

Dev Progress Governor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Dev Progress Governor?

由 Majmunu(@majmunu)开发并维护,当前版本 v1.0.0。

💬 留言讨论