スキル一覧に戻る
showdaiya

update-learning-logs

by showdaiya

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

SKILL.md


name: update-learning-logs description: Update the project learning logs (PowerShell/cmd, Git/GitHub/Copilot, AWS, TypeScript, Next.js/React, Playwright) by merging new knowledge into existing categories across one or more files.

Goal

Keep learning notes searchable by topic (not by date) and continuously improved via merge updates (統合アップデート) instead of duplicating entries.

When to use

Use this skill when:

  • We executed or discussed PowerShell/cmd commands.
  • We executed or discussed Git/GitHub operations (branches, PRs, Actions, Copilot, MCP).
  • We executed or discussed AWS operations (S3/CloudFront/OAC/IAM/AWS CLI).
  • We implemented or discussed TypeScript / Next.js / React topics.
  • We added or modified Playwright tests, configuration, or debugging steps.

Target files (choose one or more)

TopicFile
PowerShell/cmddocs/command-learning-log.md
Git/GitHub/Copilot/MCPdocs/git-github-learning-log.md
AWSdocs/aws-learning-log.md
TypeScriptdocs/typescript-learning-log.md
Next.js/Reactdocs/nextjs-learning-log.md
Playwrightdocs/playwright-learning-log.md

Process (multi-file aware)

  1. Collect new learnings from the current work (commands used, concepts explained, errors encountered, decisions made).
  2. Decide target logs (one or multiple files) based on topic.
  3. For each target file:
    • Locate the existing best-matching category section.
    • Merge-update the existing entry:
      • Prefer adding missing sections (基礎/関連/応用/トラブル) over creating a new duplicate entry.
      • If there are duplicates, consolidate into one canonical section and keep the best wording/examples.
      • Keep headings stable so future updates land in the same place.
    • Add a short 学んだ日: YYYY-MM-DD line when new knowledge was added.
  4. Show the proposed diffs (file list + what changed) and ask for confirmation if committing.
  5. If the user requests commit/push:
    • Stage only the learning-log related files (avoid accidental staging of generated artifacts like playwright-report/, test-results/, etc.).
    • Provide a clear commit message (e.g., docs: update learning logs (git/github + playwright)), then push.

Output checklist

  • Which log files were updated (may be multiple)
  • What knowledge was added (bullets)
  • Any risky commands/topics called out
  • VERIFY commands to re-check
  • Rollback steps (how to revert)

スコア

総合スコア

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

レビュー

💬

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