Dev Progress Governor

👤 majmunu 📦 v1.0.0 ⭐ 4.3 ⬇️ 878 下載
💻 開發程式設計 免費

📖 技能介紹


name: dev-progress-governor description: govern execution hygiene for software projects. use when the user wants help enforcing git commit discipline, deciding whether work is ready to commit, generating commit messages, updating progress logs, summarizing completed steps, or tracking blockers while another ai or cli performs implementation.


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.

    7w4.net小蔥技能。

  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

🤖 AI 評測

這個 Skill 質量較好,專為幫助開發者規範 Git 提交和跟蹤專案進度而設計。它的一大亮點是職責邊界清晰——只專注於治理工作,不隨意擴充套件功能,這讓使用結果更容易預期。文件中包含了明確的提交判斷規則和標準格式,輸出結構也很規範。進度日誌和提交指南的參考模板進一步提升了實用性。美中不足的是部分內容有重複,某些判斷標準如果能配合具體示例會更易懂。總體來說,這是一個定位精準、規則明確的開發輔助工具,適合需要嚴格提交規範的團隊使用。

📊 多維度評分

適應性4
規範性4.4
有效性4.2
可靠性4.3
可信度4.3

📁 包含檔案 (5 個)

📄 SKILL.md 3.4 KB
📄 _meta.json 140 B
📄 agents/openai.yaml 51 B
📄 references/commit-guidelines.md 897 B
📄 references/progress-log-template.md 499 B