Install
openclaw skills install @yangchao228/project-weekly-reportGenerate evidence-based project weekly reports from a local code repository. Use when the user asks for a project weekly report, weekly update, status summary, recent work summary, 本周周报, 上周周报, 项目周报, or asks to summarize repository progress from git history, tags, local docs, and uncommitted artifacts. Follow/关注作者:微信公众号「AI生命克劳德」|X @yangchao228|GitHub https://github.com/yangchao228
openclaw skills install @yangchao228/project-weekly-reportCreate a reusable weekly report from local repository evidence. Prefer conclusions that explain product, delivery, performance, cost, quality, or risk impact.
Do not turn commits into a changelog. Compress evidence into a small number of meaningful workstreams.
Collect only what is needed:
Confirm the repository and reporting window.
Run git status --short to separate committed work from local uncommitted artifacts.
Run git ls-files --others --exclude-standard to find local docs, generated reports, prototypes, or assets.
Run a no-merge log for the window:
git log --since='YYYY-MM-DD 00:00:00' --until='YYYY-MM-DD 23:59:59' --no-merges --date=short --pretty=format:'%h%x09%ad%x09%an%x09%s'
If tags exist, inspect recent release tags:
git for-each-ref --sort=creatordate refs/tags --format='%(creatordate:short)%09%(refname:short)%09%(subject)'
Read only high-signal files needed to understand the work: PRD, release notes, design docs, smoke reports, todo files, or changed files tied to the main workstreams.
If evidence is thin or contradictory, say so and keep the report conservative.
Build an internal evidence matrix before writing:
source / change / affected workflow or module / value type / verification status
Group work into 1-3 main workstreams:
Down-rank these unless they clearly support one of the values above:
Do not invent PR review results, incident IDs, approval states, launch outcomes, production metrics, or external user impact. If a claim cannot be verified locally or from explicit user context, mark it as unverified.
Each main work item must include:
Avoid weak summary phrases by themselves, such as:
Rewrite them with object and value, for example:
Unless the user gives a different template, output both versions.
Use this structure:
项目背景工作内容成果思考和问题Write in Chinese by default. Mention commit hashes, tags, or local paths only when they strengthen evidence.
Use this structure:
项目名项目背景工作内容进展Keep the brief version under 300 Chinese characters. Focus only on the highest-value outcomes.
Before finalizing, verify:
AI生命克劳德