返回 Skill 列表
extension
分类: 安全与合规无需 API Key

Reporting

用于周期性报告、系统审计、收入追踪和进度记录的标准化模板。所有输出均保存至 workspace/artifacts/ 目录。 适用场景:生成周期性报告、系统审计、绩效评估、收入追踪、周回顾、每日进度记录及全工作区审计。 不适用场景:聊天中的临时状态更新、Discord 快速摘要、随意的进展询问、实时仪表板。 负面示例: - “给我个快速更新” → 不适用,直接在聊天中回答。 - “天气怎么样?” → 不适用,仅用于结构化报告。 - “发个状态到 Discord” → 不适用,直接发送消息即可。 边缘情况: - 请求周中报告 → 使用周报模板,但注明为部分周数据。 - 请求单一子系统审计 → 使用完整审计模板,将其他部分标记为 N/A。 - 收入为 0 的快照 → 仍生成报告,零也是数据。

person作者: staybasedhubclawhub

Reporting — Standardized Report Templates

All reports output to workspace/artifacts/ with naming convention: {type}-{YYYY-MM-DD}.md


Report Types

1. Weekly Retrospective

File: artifacts/weekly-retro-YYYY-MM-DD.md Cadence: Sunday evening Template: templates/weekly-retro.md

Covers: revenue, agent economy, what shipped, what stalled, service uptime, next week priorities.

2. Full System Audit

File: artifacts/full-audit-YYYY-MM-DD.md Cadence: Monthly or on-demand Template: templates/full-audit.md

Covers: executive summary, revenue pipeline, workflow gaps, agent utilization, infrastructure efficiency, tool inventory, cron effectiveness, strategy assessment, content status, recommendations.

3. Daily Progress Log

File: artifacts/daily-log-YYYY-MM-DD.md Cadence: End of day Template: templates/daily-log.md

Covers: tasks completed, decisions made, blockers, tomorrow's priorities.

4. Revenue Snapshot

File: artifacts/revenue-YYYY-MM-DD.md Cadence: Weekly or on-demand Template: templates/revenue-snapshot.md

Covers: income by stream, expenses, net P&L, progress toward goals, trading performance.


Templates

See templates/ directory for each template file. All use {{PLACEHOLDER}} syntax for variable substitution.


Output Standards

  • All reports go to workspace/artifacts/
  • Use ISO dates in filenames
  • Include generation timestamp and author at bottom
  • Include "Executive Summary" at top for reports >1 page
  • Link to source data where possible