weekly-ops-review

Turn scattered notes, metrics, and unfinished tasks into a weekly operating review with wins, misses, blockers, and next-week priorities.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "weekly-ops-review" with this command: npx skills add 52yuanchangxing/weekly-ops-review

Weekly Ops Review

Purpose

Turn scattered notes, metrics, and unfinished tasks into a weekly operating review with wins, misses, blockers, and next-week priorities.

Trigger phrases

  • 周复盘
  • weekly review
  • 经营周报
  • 整理这周做了什么
  • next week priorities

Ask for these inputs

  • notes
  • metrics
  • task list
  • calendar highlights
  • goals

Workflow

  1. Summarize wins, misses, blockers, and decisions from the raw notes.
  2. Compare outcomes against goals and available metrics.
  3. Identify carry-over work and next-week top priorities.
  4. Generate a concise review memo and an action board.
  5. Keep the review honest: distinguish evidence from feeling.

Output contract

  • weekly review memo
  • metrics snapshot
  • priority list
  • carry-over board

Files in this skill

  • Script: {baseDir}/scripts/weekly_review_pack.py
  • Resource: {baseDir}/resources/review_template.md

Operating rules

  • Be concrete and action-oriented.
  • Prefer preview / draft / simulation mode before destructive changes.
  • If information is missing, ask only for the minimum needed to proceed.
  • Never fabricate metrics, legal certainty, receipts, credentials, or evidence.
  • Keep assumptions explicit.

Suggested prompts

  • 周复盘
  • weekly review
  • 经营周报

Use of script and resources

Use the bundled script when it helps the user produce a structured file, manifest, CSV, or first-pass draft. Use the resource file as the default schema, checklist, or preset when the user does not provide one.

Boundaries

  • This skill supports planning, structuring, and first-pass artifacts.
  • It should not claim that files were modified, messages were sent, or legal/financial decisions were finalized unless the user actually performed those actions.

Compatibility notes

  • Directory-based AgentSkills/OpenClaw skill.
  • Runtime dependency declared through metadata.openclaw.requires.
  • Helper script is local and auditable: scripts/weekly_review_pack.py.
  • Bundled resource is local and referenced by the instructions: resources/review_template.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Tsconfig Validator

Validate and lint tsconfig.json files for common mistakes, conflicting compiler options, strictness gaps, and best practices. Use when asked to lint, validat...

Registry SourceRecently Updated
General

API Diff

Compare two OpenAPI 3.x or Swagger 2.0 specs and generate a changelog of breaking and non-breaking changes. Detect removed endpoints, new required parameters...

Registry SourceRecently Updated
General

Eslint Flat Config Validator

Validate ESLint v9+ flat config files (JSON-exported) for structural correctness, language options, rules configuration, plugin hygiene, file patterns, and b...

Registry SourceRecently Updated
General

Migration Safety Checker

Check database migrations for safety — detect data loss risks, locking operations, backward compatibility issues, and deployment ordering problems across SQL...

Registry SourceRecently Updated