work-report
Write a daily or weekly work report using git commits. Use when the user asks to write or send a daily report/standup or weekly report, especially "日报", "发日报", "周报", "发周报", "daily report", "weekly report", or "work report".
Install
mkdir -p .claude/skills/work-report && curl -L -o skill.zip "https://mcp.directory/api/skills/download/1349" && unzip -o skill.zip -d .claude/skills/work-report && rm skill.zipInstalls to .claude/skills/work-report
About this skill
Work Report
Workflow
- Determine local date and format as
MM.DD(no year). - Decide daily vs weekly based on the user's request.
- Confirm the workspace root path for scanning multiple repos; if the user hasn't provided one, first check WORK_REPORT_ROOT or CODEX_WORK_ROOT, then ask.
- For daily reports, collect git commit subjects by author across all repos under the target root, grouped by project (repo).
- Prefer using
scripts/git_today_commits.sh --root <path> --period daily --group-by-repo. - If needed, run manually per repo:
git log --since=midnight --author "<name>" --pretty=format:%s. - Rewrite commit subjects into concise Chinese items and then turn them into a numbered list under each project (avoid English output); replace low-value or sensitive phrases (e.g., "解决冲突") with business-friendly wording (e.g., "代码集成与稳定性维护").
- If there are no commits, ask the user for manual items.
- Prefer using
- For weekly reports, summarize git commits into concise Chinese items grouped by project (do not require user input unless there are no commits).
- Prefer using
scripts/git_today_commits.sh --root <path> --period weekly --group-by-repo. - Convert commit subjects into 1-5 Chinese summary items per project (merge similar changes).
- Prefer using
- Only treat directories with a
.gitfolder or file as projects. Ignore non-git directories. Include nested repos under the root.
Script
Use scripts/git_today_commits.sh to list commit subjects.
- If you're not in this skill directory, call it via
~/.codex/skills/work-report/scripts/git_today_commits.sh(or$CODEX_HOME/skills/work-report/scripts/git_today_commits.sh). --root <path>is required unless--repois provided or WORK_REPORT_ROOT/CODEX_WORK_ROOT is set.- Default author comes from
git config --global user.name, thengit config --global user.email. - Use
--root <path>to target a different root folder. - Use
--repo <path>to target a single repo. - Use
--author "Name"to override author. - Use
--period daily|weeklyto pick the time range. - Use
--since "<expr>"to override the time range (e.g., "yesterday"). - Use
--with-repoto prefix each item with the repo name. - Use
--group-by-repoto output sections grouped by repo for easier report formatting. - Commits are collected across all branches by default (
git log --all). Use--no-allto limit to the current branch. - Normalization is enabled by default to make items more business-friendly; use
--no-normalizeto keep raw commit subjects. - Use
--summary-source subject|diff|bothto switch the summary source (diff mode summarizes file/module changes).
Output format
Use "今日工作总结" as the header text for daily reports. When the script outputs bullets, convert them into a numbered list.
MM.DD 今日工作总结
<项目A>
1.<item>
2.<item>
<项目B>
1.<item>
Use "本周工作总结" as the header text for weekly reports. Weekly items are a Chinese summary derived from git commits. The time range should follow the natural week starting Monday.
MM.DD-MM.DD 本周工作总结
<项目A>
1.<item>
2.<item>
<项目B>
1.<item>
More by openclaw
View all skills by openclaw →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
pdf-to-markdown
aliceisjustplaying
Convert entire PDF documents to clean, structured Markdown for full context loading. Use this skill when the user wants to extract ALL text from a PDF into context (not grep/search), when discussing or analyzing PDF content in full, when the user mentions "load the whole PDF", "bring the PDF into context", "read the entire PDF", or when partial extraction/grepping would miss important context. This is the preferred method for PDF text extraction over page-by-page or grep approaches.
Related MCP Servers
Browse all serversAutomate Excel file tasks without Microsoft Excel using openpyxl and xlsxwriter for formatting, formulas, charts, and ad
Unlock powerful Excel automation: read/write Excel files, create sheets, and automate workflows with seamless integratio
Boost productivity with AI for project management. monday.com MCP securely automates workflows and data. Seamless AI and
Automate Xcode build, testing, and management using JavaScript scripts for efficient project workflows and smart error r
Streamline billing with Paddle API tools. Manage products, prices, and subscriptions efficiently—an alternative to Strip
Advocu integrates for Google Developer Experts to track and report activities, content, sessions, and metrics efficientl
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.