スキル一覧に戻る
alirezamohammadpoor

dev-journal

by alirezamohammadpoor

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: dev-journal description: Auto-generate structured dev journal entries from conversation context. Triggers on "dev journal", "generate journal", "journal this session", "log this session", or end-of-session journaling requests. Scans the current conversation for technical work and outputs a ready-to-paste journal entry.

Dev Journal Generator

Generate a structured dev journal entry by analyzing the current conversation.

Process

  1. Scan conversation for:

    • Code changes and implementations
    • Debugging sessions and fixes
    • Architecture decisions
    • Performance optimizations (before/after metrics)
    • Configuration changes
    • Learnings and gotchas (explicit or implicit)
  2. Group related work by feature or area

  3. Extract learnings even when not explicitly stated (e.g., "had to add X because Y" → learning about Y)

  4. Omit empty sections

Output Format

## DD MMM YYYY

### [Session Title - descriptive, searchable]

**What I Did**

- [Grouped by feature/area, technical but scannable]
- [Use sub-bullets for related details]

**Results** (only if metrics/outcomes exist)

- [Before/after numbers, improvements achieved]

**Key Learnings**

- [Reusable insights, gotchas, patterns discovered]
- [Frame as future-reference: "X requires Y" not "I learned that..."]

**Next** (only if unresolved items exist)

- [Blockers, queued work, open questions]

Style Rules

  • Concise but complete enough to understand 6 months later
  • Technical depth: assume stack knowledge, skip basics
  • Direct tone, no fluff or filler
  • Session title should be specific and searchable (e.g., "ISR + Performance Push" not "Working on site")
  • Learnings as declarative statements: "Next.js 15 requires explicit fetch cache config" not "I learned that..."
  • Group related items, don't list chronologically

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です