Token导航 LogoToken导航TokenDH.com
待分类权限需确认github未标认证来源可访问许可证需确认审计通过

monthlymonthly 命令行

Agent Skill

monthly 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

318

周安装

13

GitHub Stars

1,376

下载量

102
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/ballred/obsidian-claude-pkm --skill monthly

简介

monthly 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中整理仓库状态和协作事项。

  • 适用于围绕代码变更、仓库状态或协作流程进行信息处理的场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前需确认权限范围和维护状态,注意可能触发联网或文件读写操作。
  • 建议结合原始 README 和仓库内容进一步核验具体功能和使用方法。

SKILL.md

Monthly Review Skill

Facilitates monthly review and planning by rolling up weekly reviews, checking quarterly milestones, and setting next month's focus.

Usage

/monthly              # Run monthly review for current month

Or ask:

  • "Help me with my monthly review"
  • "Plan next month"
  • "How did this month go?"

What This Skill Does

  1. Creates or opens monthly goals file (Goals/2. Monthly Goals.md)
  2. Rolls up weekly reviews from the past month
  3. Checks quarterly milestones against yearly goals
  4. Plans next month's focus areas and priorities

Review Process

Phase 1: Collect Monthly Data (10 minutes)

  1. Read all weekly reviews from the past month (Goals/3. Weekly Review.md or weekly review notes)
  2. Read daily notes from past 30 days (scan for patterns)
  3. Read current Goals/2. Monthly Goals.md for this month's targets
  4. Scan Projects/*/CLAUDE.md for project status updates

Extract:

  • Wins from each week
  • Challenges and recurring blockers
  • Goal progress percentages
  • Project milestones completed
  • Habits tracked (completion rates)

Phase 2: Reflect on Month (10 minutes)

  1. Read Goals/1. Yearly Goals.md for quarterly milestones
  2. Calculate which quarter we're in and check milestone progress
  3. Identify patterns across weeks (energy, productivity, focus areas)
  4. Compare planned vs actual outcomes

Generate:

  • Monthly accomplishment summary
  • Quarterly milestone progress check
  • Pattern analysis (what worked, what didn't)
  • Goal alignment assessment

Phase 3: Plan Next Month (10 minutes)

  1. Identify next month's quarterly milestones
  2. Surface projects that need attention
  3. Set next month's primary focus (ONE thing)
  4. Define 3-tier priorities (must/should/nice-to-have)
  5. Plan habits to build or maintain

Write:

  • Update Goals/2. Monthly Goals.md with next month's plan
  • Set specific weekly milestones for the month ahead

Output Format

## Monthly Review: [Month Year]

### Month Summary
- Weeks reviewed: 4
- Daily notes analyzed: [N]
- Projects active: [N]

### Wins
1. [Major accomplishment]
2. [Progress milestone]
3. [Habit success]

### Challenges
1. [Recurring blocker]
2. [Missed target]

### Patterns
- **Energy:** [When were you most productive?]
- **Focus:** [What got the most attention?]
- **Gaps:** [What was consistently avoided?]

### Goal Progress
| Goal | Start of Month | End of Month | Delta |
|------|---------------|-------------|-------|
| [Goal 1] | 30% | 45% | +15% |
| [Goal 2] | 50% | 55% | +5% |

### Quarterly Milestone Check
**Quarter: Q[N] ([Month Range])**
| Milestone | Status | Notes |
|-----------|--------|-------|
| [Milestone 1] | On Track | [Detail] |
| [Milestone 2] | At Risk | [What's needed] |

### Project Status
| Project | Progress | Status | Next Month Focus |
|---------|----------|--------|-----------------|
| [Project 1] | 60% | Active | [Key deliverable] |

### Next Month Plan

**ONE Focus:** [Primary objective]

**Must Complete:**
1. [Non-negotiable deliverable]
2. [Critical milestone]
3. [Key commitment]

**Should Complete:**
1. [Important but flexible]
2. [Supporting goal]

**Nice to Have:**
1. [Stretch goal]

**Weekly Milestones:**
- Week 1: [Focus]
- Week 2: [Focus]
- Week 3: [Focus]
- Week 4: [Focus + monthly review]

### Wellbeing Check
- Physical Health: /10
- Mental Health: /10
- Relationships: /10
- Work Satisfaction: /10
- Overall: /10

### Questions to Consider
- "What would make next month feel truly successful?"
- "What commitment should you drop or delegate?"
- "Which goal needs a different approach?"

Data Sources

Always read these files:

  • Goals/0. Three Year Goals.md - Long-term vision context
  • Goals/1. Yearly Goals.md - Quarterly milestones and annual objectives
  • Goals/2. Monthly Goals.md - Current month's plan (to review) and next month's (to write)
  • Goals/3. Weekly Review.md - Weekly reviews from past month
  • Daily Notes/*.md - Past 30 days of notes
  • Projects/*/CLAUDE.md - All active project statuses

Task-Based Progress Tracking

Monthly Review Tasks

TaskCreate:
  subject: "Phase 1: Collect monthly data"
  description: "Read weekly reviews, daily notes, and project files from past month"
  activeForm: "Collecting monthly data..."

TaskCreate:
  subject: "Phase 2: Reflect on month"
  description: "Analyze patterns, check quarterly milestones, assess goal alignment"
  activeForm: "Reflecting on monthly patterns..."

TaskCreate:
  subject: "Phase 3: Plan next month"
  description: "Set focus, define priorities, establish weekly milestones"
  activeForm: "Planning next month..."

TaskCreate:
  subject: "Write monthly review note"
  description: "Generate and save the monthly review document"
  activeForm: "Writing monthly review..."

Dependencies

TaskUpdate: "Phase 2: Reflect", addBlockedBy: [phase-1-id]
TaskUpdate: "Phase 3: Plan", addBlockedBy: [phase-2-id]
TaskUpdate: "Write monthly review", addBlockedBy: [phase-3-id]

Mark each task in_progress when starting, completed when done.

Integration

Works with:

  • /weekly - Monthly review rolls up weekly reviews
  • /goal-tracking - Quarterly milestone progress
  • /project status - Project progress feeds monthly assessment
  • /daily - Next month's plan informs daily priorities
  • /push - Commit after completing review

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.43%
按下载量换算34

Claude

28.36%
按下载量换算29

Cursor

20.17%
按下载量换算21

Gemini CLI

10.28%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills