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

weekly-checkin每周签到

Agent Skill

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

总安装

269

周安装

11

GitHub Stars

374

下载量

87
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/huytieu/cog-second-brain --skill weekly-checkin

简介

weekly-checkin 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态,注意是否触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

COG Weekly Check-in Skill

Purpose

Comprehensive weekly review and analysis integrating insights across all domains (personal, professional, projects) with pattern recognition and strategic planning.

When to Invoke

  • User wants to do their weekly review
  • User says "weekly checkin", "weekly review", "reflect on my week"
  • End of week reflection time
  • User wants to analyze patterns across the week

Agent Mode Awareness

Check agent_mode in 00-inbox/MY-PROFILE.md frontmatter:

  • If agent_mode: team — delegate domain-specific analysis to sub-agents (e.g., one for personal patterns, one for professional review, one per active project). Each agent scans relevant braindumps/briefs and returns insights. Combine into the weekly synthesis.
  • If agent_mode: solo (default) — handle all scanning and analysis directly in the conversation. No delegation.

Pre-Flight Check

Check for user profile (optional but enhances experience):

  1. Look for 00-inbox/MY-PROFILE.md in the vault
  2. If found:

- Read user's name for personalization - Read active projects to review project-specific progress - Tailor reflection questions to user's role and projects

Get current timestamp (REQUIRED before generating any files):

  1. Run date '+%Y-%m-%d %H:%M' using Bash to get the actual current date and time
  2. Store this value and use it for the created: frontmatter field
  3. NEVER guess or fabricate the time — always use the value returned by the date command

Process Flow

1. Gather Context

Scan recent files from the past week:

  • Daily briefs in 01-daily/briefs/
  • Braindumps in 02-personal/braindumps/, 03-professional/braindumps/, 04-projects/*/braindumps/
  • Previous check-ins in 01-daily/checkins/

If MY-PROFILE.md available:

  • Use user's name for personalization
  • Reference their active projects
  • Tailor questions to their role

2. Guided Reflection

Lead user through reflection questions in a warm, conversational tone:

Overall Week Assessment

Ask:

  • "How would you rate this week on a 1-5 scale? Why that rating?"
  • "What were your biggest wins this week?"
  • "What were your main challenges?"

Listen for:

  • Overall sentiment and energy
  • Key accomplishments they're proud of
  • Obstacles they faced
  • Emotional tone of the week

Domain Reviews

Personal Domain: Ask:

  • "How did you take care of yourself this week?"
  • "Any personal growth or insights?"
  • "How were your energy levels and well-being?"

Professional Domain: Ask:

  • "What did you accomplish at work? Any standout moments?"
  • "How did things go with your team or colleagues?"
  • "Any professional development or learning?"

Projects Domain (if applicable): For each active project from MY-PROFILE.md: Ask:

  • "How did [project name] progress this week?"
  • "What moved forward? What's blocking you?"
  • "Any new insights or direction changes?"

Pattern Recognition

Ask:

  • "Looking at your braindumps this week, did you notice any recurring themes?"
  • "How did your energy levels vary throughout the week?"
  • "Any connections between different areas of your life - personal, professional, projects?"
  • "What surprised you this week?"

Help identify:

  • Themes they might not see themselves
  • Patterns across domains
  • Evolution of thinking
  • Cross-domain connections

Forward Planning

Ask:

  • "What are your top 3 priorities for next week?"
  • "Anything from this week you want to carry forward?"
  • "What do you want to do differently next week?"
  • "What success would look like next week?"

Help with:

  • Clarifying priorities
  • Being specific about goals
  • Identifying experiments to try
  • Setting measurable outcomes

3. Generate Weekly Check-in Document

Based on the conversation, create a structured check-in document:

---
type: "weekly-checkin"
domain: "integrated"
date: "YYYY-MM-DD"
week_of: "YYYY-MM-DD"
created: "YYYY-MM-DD HH:MM"
tags: ["#weekly-checkin", "#reflection", "#planning"]
domains_analyzed: ["personal", "professional", "projects"]
rating: [1-5]
braindumps_reviewed: [count]
briefs_reviewed: [count]
---

# Weekly Check-in - Week of [Date]

## Executive Summary

**Week Rating:** [1-5] ⭐ - [User's reasoning in their words]

**In Three Words:** [word1], [word2], [word3]

**Key Highlights:**
- [Win 1 - specific and celebratory]
- [Win 2 - acknowledge effort and outcome]
- [Win 3 if applicable]

**Main Challenges:**
- [Challenge 1 - honest and clear]
- [Challenge 2 - what made it difficult]

---

## Domain Reviews

### 💭 Personal

**Wellness & Self-Care:**
[User's reflection on personal wellness, relationships, health]

**Energy Patterns:**
- [Observations about energy levels throughout the week]
- [What energized them]
- [What drained them]

**Personal Growth:**
- [Insights or realizations]
- [New habits or changes]

**Rating:** [1-5] ⭐

---

### 💼 Professional

**Accomplishments:**
[User's reflection on work accomplishments, projects completed, milestones reached]

**Team & Collaboration:**
[Insights about team dynamics, meetings, relationships]

**Challenges & Learnings:**
[What was difficult and what they learned]

**Professional Development:**
[Skills developed, knowledge gained]

**Rating:** [1-5] ⭐

---

### 🎯 Projects

[For each active project:]

#### [Project Name]

**Progress This Week:**
- [What moved forward - be specific]
- [Milestones achieved]
- [Decisions made]

**Current Status:** [On track | Needs attention | Blocked | Pivoting]

**Blockers:**
- [What's in the way - if any]
- [Dependencies waiting on]

**Insights & Direction:**
[Any strategic insights or direction changes]

**Next Steps:**
- [ ] [Specific next action 1] 📅 [YYYY-MM-DD = date of next Monday]
- [ ] [Specific next action 2] 📅 [YYYY-MM-DD = date of next Friday]
- [ ] [Specific next action 3] 📅 [YYYY-MM-DD = date +1 week from today]

**Rating:** [1-5] ⭐

---

## 🔍 Pattern Recognition

### Recurring Themes
[Themes identified across all braindumps and activities this week:]
1. **[Theme 1]:** [Description and significance]
2. **[Theme 2]:** [Description and significance]
3. **[Theme 3]:** [Description and significance]

### Energy & Productivity Patterns
- **Peak Times:** [When they were most productive/energized]
- **Low Points:** [When energy dipped]
- **Factors:** [What influenced energy - sleep, meetings, deep work, etc.]

### Cross-Domain Insights
[Connections between personal, professional, and project domains:]
- [Connection 1 - e.g., "Personal stress affecting project focus"]
- [Connection 2 - e.g., "Professional wins boosting personal confidence"]
- [Connection 3 - e.g., "Project learning applying to work"]

### Thinking Evolution
[How their thinking or approach evolved during the week:]
- [Evolution 1]
- [Evolution 2]

---

## 📅 Forward Planning

### Priorities for Next Week

**Top 3 Must-Do:**
1. [Priority 1 - specific and actionable]
2. [Priority 2 - specific and actionable]
3. [Priority 3 - specific and actionable]

**Why These Matter:**
[Brief explanation of strategic importance]

### Carry Forward Items
- [ ] [Unresolved item from this week - with context] 📅 [YYYY-MM-DD = date of next Monday]
- [ ] [Ongoing task - with next action] 📅 [YYYY-MM-DD = mid-next-week]
- [ ] [Follow-up needed - with who/what] 📅 [YYYY-MM-DD = date +1 week from today]

### Experiments & Changes

**What to Try Differently:**
- [Experiment 1 - be specific about what and why]
- [Experiment 2 - what you hope to learn]

**What to Keep Doing:**
- [Practice 1 that's working well]
- [Habit 2 to maintain]

**What to Stop:**
- [Thing 1 that's not serving you]
- [Practice 2 to eliminate]

### Success Criteria for Next Week

**I'll know next week was successful if:**
- [Measurable outcome 1]
- [Measurable outcome 2]
- [Qualitative measure 3]

---

## 📊 Week in Review

**Documents Analyzed:**
- [X] braindumps reviewed
- [X] daily briefs reviewed
- [X] previous check-ins referenced

**Time Analysis:**
- Braindumps: [count] across [domains]
- Most active domain: [domain name]
- Dominant themes: [top 2-3 themes]

**Sentiment Trend:**
[Overall emotional trajectory of the week - growing, stable, declining, mixed]

---

## 💡 Insights & Notes

### Strategic Observations
[Higher-level observations about trajectory, patterns, or strategic direction]

### Questions for Deeper Reflection
- [Question 1 that emerged during review]
- [Question 2 for future consideration]

### Gratitude & Appreciation
[Optional - what they're grateful for or who they want to acknowledge]

---

*Generated by COG Weekly Check-in Skill | Integrating insights across all domains*

Save to: 01-daily/checkins/weekly-checkin-YYYY-MM-DD.md

4. Confirm Completion

After creating the check-in:

  • Confirm file was created
  • Show user: "Weekly check-in saved to [file path]"
  • Highlight 1-2 key patterns spotted
  • Offer to review patterns across multiple weeks if helpful
  • Ask if they want to capture any follow-up thoughts via braindump skill

Conversational Guidelines

Do:

  • Have a warm, empathetic, conversational tone
  • Ask thoughtful follow-up questions based on user's answers
  • Help identify patterns they might not see themselves
  • Be honest and objective in summarizing their reflections
  • Celebrate wins genuinely and specifically
  • Acknowledge challenges without sugar-coating or minimizing
  • Show curiosity about their experiences
  • Reflect back what you're hearing for validation

Don't:

  • Rush through the questions
  • Make assumptions about what matters to them
  • Judge their answers or week rating
  • Over-structure their free-form reflections
  • Force positivity if they had a tough week
  • Dismiss their challenges or concerns
  • Skip the emotional/energy assessment
  • Be clinical or robotic in tone

Pattern Recognition Techniques

Frequency Analysis

  • What themes come up repeatedly across braindumps?
  • Which topics get the most attention?
  • What's mentioned but not deeply explored?

Temporal Clustering

  • What insights emerged together in time?
  • How did thinking evolve from Monday to Friday?
  • Were there inflection points during the week?

Domain Correlation

  • What patterns cross personal/professional/project boundaries?
  • How do domains influence each other?
  • Where is there alignment or tension?

Contradiction Analysis

  • Where does thinking conflict with actions?
  • Are there competing priorities?
  • What tensions exist between domains?

Energy Pattern Detection

  • When was energy highest/lowest?
  • What activities energized vs. drained?
  • How did energy affect productivity and insights?

Integration with Other Skills

Pattern Analysis

Review multiple weekly check-ins to:

  • Spot long-term patterns (monthly, quarterly)
  • Track goal progress over time
  • Identify seasonal or cyclical patterns
  • Use knowledge-consolidation skill to extract frameworks

Project Tracking

Weekly check-ins provide:

  • Historical record of project progress
  • Evolution of thinking on projects
  • Correlation between project work and other domains
  • Context for future project analysis

Knowledge Building

Check-ins feed into:

  • Personal development patterns
  • Strategic thinking evolution
  • Decision-making frameworks
  • Life/work balance insights

Success Metrics

  • User completes meaningful reflection
  • Patterns identified and documented
  • Clear priorities set for next week
  • User feels heard and understood
  • File saved with complete information
  • Cross-domain insights revealed
  • Actionable next steps defined

Philosophy

The weekly check-in skill embodies COG's integrated intelligence approach:

  • Holistic view across all life domains
  • Pattern recognition over isolated events
  • Strategic reflection driving tactical planning
  • Emotional and practical dimensions both honored
  • Thinking evolution tracked and celebrated
  • Self-awareness as foundation for growth

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.22%
按下载量换算32

Claude

29.95%
按下载量换算26

Cursor

17.27%
按下载量换算15

Gemini CLI

8.75%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills