daily-review
について
daily-reviewスキルは、開発者が日次振り返りを実施するのを支援します。日付付きのジャーナルエントリーを自動生成し、GitHubのコミット概要を取得します。対話型ワークフローを通じて、ユーザーに日々の成果を振り返り、翌日のタスク計画を促します。主な機能には、日付確認、テンプレートベースのジャーナル作成、CLIツールを介したGitHubアクティビティとの連携が含まれます。
クイックインストール
Claude Code
推奨/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/daily-reviewこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Run the Daily Review Workflow. Keep it conversational - ask one thing at a time.
Steps
-
Get current date first
- Run
date +%Y-%m-%dto confirm today's date - DO NOT assume the date - always verify
- Run
-
Journal Entry Setup
- Check if today's entry exists (
my-vault/02 Calendar/YYYY-MM-DD.md) - Create from template if not (see
references/template.md) - If morning reviewing yesterday: use yesterday's date
- Check if today's entry exists (
-
What Did I Work On?
- Pull GitHub commits:
gh search commits --author=TaylorHuston --committer-date=YYYY-MM-DD - Summarize into meaningful bullets (not raw commit messages)
- Ask: "Any other technical work? (studying, courses, side projects not on GitHub)"
- Pull GitHub commits:
-
What Did I Do?
- Ask: "How about personal stuff? (errands, social, health, appointments, etc.)"
-
Daily Highlight Check
- Review the day's highlight if set
- Ask: "Did you accomplish your highlight? Want to carry it to tomorrow?"
-
Quick Inbox Scan (offer, don't force)
- "Want me to check your inbox for anything to quickly process?"
-
Tomorrow's Highlight (offer, don't force)
- "Do you know what tomorrow's focus should be?"
-
Memory Capture Check
- Review the conversation for anything memory-worthy:
- New preferences expressed
- Corrections to how you understood something
- Life/job updates
- Workflow insights
- Project decisions
- If anything qualifies, create a memory file in
.claude/memories/ - Check if
about-taylor.mdneeds updating (job status, current focus, etc.) - Do this silently unless there's something significant to confirm
- Review the conversation for anything memory-worthy:
Use bulleted lists in the journal.
GitHub リポジトリ
関連スキル
evaluating-llms-harness
テストThis Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.
sglang
メタSGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.
langchain
メタLangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.
cloudflare-turnstile
メタThis skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.
