.claude/skills/ops-daily-report/SKILL.md
Unified daily maintenance report. Orchestrates factory-sync, vault-recap, and daily-memo into one output.
npx skillsauth add d0nghyun/neuron ops-daily-reportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run all maintenance checks and produce a single unified report in
vault/memory/.
/ops-daily-reportgit status --short
git log --oneline -5
git branch --show-current
Capture: current branch, dirty file count, recent commit subjects.
Delegate to ops-factory-sync logic (or run inline):
Glob .claude/agents/*.md
Glob .claude/skills/*/SKILL.md
Read .claude/factory/README.md
Produce component inventory and drift summary. Use the factory-sync report format from its SKILL.md.
Delegate to ops-vault-recap logic (or run inline):
Glob vault/memory/**/*.md
Scan session memory, check vault structure, summarize health. Use the vault-recap report format from its SKILL.md.
Check if today's memo exists:
Read vault/memory/YYYY-MM-DD.md
If exists, extract Done/Decisions/Follow-up sections. If not, note "No memo recorded today."
Scan recent memory files (last 7 days) for repeated review feedback patterns:
Glob vault/memory/202*.md
Look for recurring themes in Follow-up sections:
Add a ## Promotion Candidates section to the report if any detected:
## Promotion Candidates
- [ ] "{pattern}" seen {N} times → candidate for hook/lint enforcement
This creates a feedback loop: review taste → documented pattern → enforceable rule.
Write to vault/memory/report-YYYY-MM-DD.md:
---
date: YYYY-MM-DD
type: daily-report
---
# Daily Report -- YYYY-MM-DD
## Git Status
- Branch: {branch}
- Dirty files: {count}
- Recent commits:
- {commit1}
- {commit2}
- ...
## Factory Health
- Agents: {count}
- Skills: {count}
- Hooks: {count}
- Drift: {clean | list of issues}
## Vault Health
- Memory files scanned: {count}
- Promoted: {count}
- Structure issues: {count}
- Archived: {count}
## Today's Work
{from daily memo, or "No memo recorded today."}
## Follow-ups
- [ ] {collected from all steps}
Rules:
Read back the generated report and display to user.
vault/memory/report-YYYY-MM-DD.mdops-factory-sync, ops-vault-recap, ops-daily-memoclaude -p for cron executiondatabases
Notion schedule management. Query today/weekly schedules, add/modify/complete schedules.
testing
Recap session memory into vault and validate vault structure
testing
Counterfactual review of decision paths after Moderate+ tasks
tools
Create a release with version tag. Converts UNRELEASED.md to version file and creates git tag.