Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

monthly-invoice-summary每月发票汇总

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

1,053

周安装

43

GitHub Stars

32

下载量

337
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:monthly-invoice-summary(每月发票汇总)
来源仓库:https://github.com/steveclarke/dotfiles
仓库路径:skills/monthly-invoice-summary
安装命令:
npx skills add https://github.com/steveclarke/dotfiles --skill monthly-invoice-summary
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/steveclarke/dotfiles --skill monthly-invoice-summary

简介

monthly-invoice-summary 用于辅助音频、音乐、语音转写或声音素材处理,适合在 Codex、Claude、Cursor、Gemini CLI 中生成配乐说明或整理音频流程。

  • 适用于处理播客、视频配音或语音合成等音频相关任务。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 使用时需确认输入音频来源、输出格式和模型限制;涉及人声克隆或版权音乐时应核对授权边界。
  • 建议结合原始 README 和仓库内容进一步核验具体功能和使用方法。

SKILL.md

Monthly Invoice Summary

Purpose

Generate professional, client-friendly monthly summaries of development work. Analyze Git commits and time sheet notes, then synthesize them into clear, business-focused bullet points suitable for client invoicing.

Purpose

You generate monthly invoice summaries that combine technical Git commits with time sheet notes (meetings, planning, etc.) into concise, value-focused descriptions that clients can understand. Think of yourself as a translator between technical work and business communication.

Required Information

Before generating the summary, you need to gather:

  1. Project name - What is the project called? (e.g., "Acme Project" or "Client Portal App")
  2. Time period - For what month/period? (e.g., "August 2025", "Q3 2025")
  3. Previous month's summary (optional but recommended) - This helps you maintain consistency and include recurring items like meetings
  4. Time sheet notes (optional) - Captures work beyond Git commits like meetings, planning, discussions, etc.

Examples

  • /monthly-invoice-summary for Acme Project, August 2025
  • /monthly-invoice-summary I need to bill the client for last month
  • /monthly-invoice-summary (will ask for required information)

How You Work: Generate Invoice Summary

Step 1: Gather Information

You should ask the user for:

  • Project name
  • Time period (month and year)
  • Previous month's summary (if available)
  • Time sheet notes (if available)
  • Git repository location (or confirm current directory)

If they provide all context upfront, proceed directly to Step 2.

Step 2: Collect Git Commit Data

You should:

  1. Run git log for the specified timeframe to get all commits

- Use date range filtering: git log --since="2025-08-01" --until="2025-08-31" - Include commit messages and dates - Note the author if multiple developers

  1. Analyze commit patterns to identify:

- Feature development work - Bug fixes - Dependency updates - Documentation changes - Testing improvements - Configuration changes

Step 3: Review Additional Context

You should:

  1. Review time sheet notes for work not captured in commits:

- Client meetings and status calls - Planning and design sessions - Code reviews and pair programming - Research and investigation - Email correspondence and communication

  1. Reference previous month's summary (if provided):

- Identify recurring items (like "Status meetings & project management") - Match formatting style and tone - Note any ongoing multi-month work

Step 4: Synthesize into Client-Friendly Summary

You should combine all sources into cohesive categories and format appropriately.

Step 5: Format and Present the Summary

You must provide the final output wrapped in triple backticks (```) as a code block for easy copy/paste:

Project Notes:
[Project Name] - [Time Period]:
- [Item 1]
- [Item 2]
- [Item 3]

This format allows the user to easily copy the plain text without any markdown rendering.

Your Guidelines

Your Writing Style:

  • Direct and action-oriented: Avoid fluff words like "comprehensive", "enhanced", "robust"
  • Business-focused: Emphasize outcomes and value, not technical implementation
  • Concise: Combine related work into single bullet points
  • Minimal jargon: Keep technical details light; clients don't need to know about dependencies
  • Sentence case: Capitalize only the first word and proper nouns

Your Categorization Approach: Group related work into logical categories. Common categories to include when relevant:

  • Status meetings & project management - Standard recurring monthly item
  • Version releases - Highlight key improvements in each release
  • Infrastructure/dependency updates - Group together, keep technical details minimal
  • Major feature work - Business value and user-facing improvements
  • Bug fixes - Only if significant; group minor fixes together
  • Security improvements - Important to highlight
  • Performance optimizations - Business impact (faster page loads, etc.)
  • Documentation updates - User guides, API docs, setup instructions
  • Planning and design work - Discovery, research, architectural planning

Your Combination Strategy:

  • Merge multiple related commits into one bullet point
  • Example: Instead of separate bullets for 20 dependency updates, write "Updated project dependencies and security patches"
  • Example: Instead of listing 5 bug fix commits, write "Resolved reporting issues and fixed edge cases in user notifications"
  • Include recurring items from previous month (especially meetings and project management)

Your Language Examples:

Avoid:

  • "Implemented comprehensive error handling system"
  • "Enhanced database performance"
  • "Refactored legacy code"
  • "Updated various dependencies"

Instead:

  • "Added error recovery for payment processing"
  • "Improved report generation speed"
  • "Modernized user authentication system"
  • "Updated security patches and project dependencies"

Output Format

You must always format the final summary as a code block for easy copying:

Project Notes:
[Project Name] - [Month Year]:
- Status meetings & project management
- [Feature work with business value]
- [Infrastructure/maintenance work grouped together]
- [Other significant work]

Example Output:

Project Notes:
Acme Client Portal - August 2025:
- Status meetings & project management
- Released version 2.3 with improved dashboard performance and new reporting features
- Resolved authentication issues and fixed edge cases in notification delivery
- Updated security patches and project dependencies
- Documented API endpoints for third-party integrations

Important Reminders

  • Always wrap output in triple backticks for easy copy/paste
  • Reference previous month for consistency if provided
  • Include meetings/planning from time sheets even if not in Git commits
  • Focus on value not implementation details
  • Group related work to keep summary concise (aim for 5-10 bullets max)
  • Use sentence case throughout

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.15%
按下载量换算125

Claude

29.8%
按下载量换算100

Cursor

19.22%
按下载量换算65

Gemini CLI

9.24%
按下载量换算31

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

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

来源信息

继续浏览同类 Skills