scanning-git-for-tils

Community

Spot TIL-worthy Git commits across repos.

Authorooloth
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Scans GitHub commits to surface TIL-worthy topics, tracks assessed commits in Notion to avoid duplicates, and presents a ranked list for drafting.

Core Features & Use Cases

  • Cross-repo scan: Analyze commits across multiple repositories for educational value.
  • Notion integration: Track assessed commits to prevent duplicate drafting.
  • Output: Markdown-ready summaries with draft angles.

Quick Start

Run the scan script to fetch TIL candidates and generate a markdown summary: python3 ~/.claude/skills/scanning-git-for-tils/scan_git.py 30

Dependency Matrix

Required Modules

notion-clientpydanticop

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: scanning-git-for-tils
Download link: https://github.com/ooloth/dotfiles/archive/main.zip#scanning-git-for-tils

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository