用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tools-only/X-Skills --skill daily-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | daily-review |
| description | End of day review with learning capture. Integrates with evening journaling if enabled. |
Conduct an end-of-day review to capture progress and set up tomorrow.
Before executing this command, read System/user-profile.yaml → communication section and adapt:
Career Level Adaptations:
Directness:
Detail Level:
See CLAUDE.md → "Communication Adaptation" for full guidelines.
Find files modified TODAY:
# Get today's date and find files modified today
TODAY=$(date +%Y-%m-%d)
find . -type f -name "*.md" -newermt "$TODAY 00:00:00" ! -newermt "$TODAY 23:59:59" 2>/dev/null | grep -v "node_modules" | xargs ls -lt 2>/dev/null
Critical rules:
head limits on file discovery-mtime 0 (which captures 24-hour rolling window)Check 03-Tasks/Tasks.md for tasks completed today using completion timestamps:
✅ YYYY-MM-DD matching today's date- [x] **Review pricing proposal** ^task-20260127-003 ✅ 2026-01-28 09:15Read 00-Inbox/Weekly_Plans.md for:
Check 00-Inbox/Meetings/ for any meeting notes from today.
Present findings to user:
"Based on file timestamps, these notes were modified today: [list]
What did you actually work on today that should be captured in the review?"
Wait for user response before proceeding.
With user-verified information:
Scan today's conversation for learnings:
Before asking the user anything, reflect on today's session and automatically extract:
Mistakes or corrections
Preferences mentioned
Documentation gaps
Workflow inefficiencies
For each learning identified, write to System/Session_Learnings/YYYY-MM-DD.md:
## HH:MM - [Short title]
**What happened:** [Specific situation from today's session]
**Why it matters:** [Impact on workflows/system]
**Suggested fix:** [Specific action with file paths if applicable]
**Status:** pending
---
Then ask the user: "I captured [N] learnings from today's session. Anything else you'd like to add?"
This ensures learnings persist for:
/week)/dex-whats-new)After capturing session learnings, check if any should be elevated to pattern files:
Read today's session learnings and identify:
Recurring mistakes - Same issue happened 2+ times or was mentioned as recurring
06-Resources/Learnings/Mistake_Patterns.md under Active Patterns?"## Active Patterns sectionWorkflow preferences - User expressed how they prefer to work
06-Resources/Learnings/Working_Preferences.md?"Format for Mistake_Patterns.md:
### [Pattern Name]
- **Trigger**: [What causes it]
- **Impact**: [What goes wrong]
- **Mitigation**: [How to avoid it]
- **Added**: YYYY-MM-DD
Format for Working_Preferences.md:
### [Preference Title]
- [Description of preference]
- Added: YYYY-MM-DD
Rules:
After creating the daily review, silently update usage tracking:
System/usage_log.md- [ ] Daily review (/review) → - [x] Daily review (/review)Check if evening journaling is enabled:
System/user-profile.yamljournaling.evening valuejournaling.evening: true:
00-Inbox/Journals/YYYY/MM-Month/Evening/YYYY-MM-DD-evening.md/journal command)journaling.evening: false: Skip journal promptCreate daily note at 07-Archives/Reviews/Daily_Review_[YYYY-MM-DD].md:
---
---
## Demo Mode Check
Before executing, check if demo mode is active:
1. Read `System/user-profile.yaml` and check `demo_mode`
2. **If `demo_mode: true`:**
- Display: "Demo Mode Active — Using sample data"
- Use `System/Demo/` paths instead of root paths
- Write any output to `System/Demo/` subdirectories
3. **If `demo_mode: false`:** Use normal vault paths
date: [YYYY-MM-DD]
type: daily-review
---
# Daily Review — [Day], [Month] [DD], [YYYY]
## Accomplished
- ✓ [Completed item 1]
- ✓ [Completed item 2]
## Progress Made
| Area | Movement |
|------|----------|
| **[Area 1]** | [What moved forward] |
| **[Area 2]** | [What moved forward] |
## Weekly Priorities Progress
> Reference: 00-Inbox/Weekly_Plans.md
- **[Priority 1]:** [Status/progress]
- **[Priority 2]:** [Status/progress]
## Insights
- [Key realization or connection]
- [Important learning]
## Blocked/Stuck
| Item | Blocker | Status |
|------|---------|--------|
| [Item] | [What's blocking] | [Status] |
## Discovered Questions
1. [New question that emerged]
2. [Thing to research]
## Tomorrow's Focus
1. [Priority 1 — tied to weekly focus]
2. [Priority 2]
3. [Priority 3]
## Open Loops
- [ ] [Thing to remember]
- [ ] [Person to follow up with]
- [ ] **Awaiting:** [What you're waiting on from others]