一键导入
lifelog
lifelog 收录了来自 MattHandzel 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Inspect the PostgreSQL schema, tables, and data for a running lifelog instance
Validate, stage, and commit current changes with a conventional commit message
Diagnose and fix build failures systematically
Explain how a specific part of the lifelog architecture works with diagrams and data flow
Trace a data modality end-to-end from proto definition through collector, server, and storage
Fix a GitHub issue end-to-end with tests and validation
Generate realistic test data fixtures for a data modality
Add a new data modality to the lifelog system (proto, schema, collector module)
Review uncommitted changes for quality issues, security problems, and convention violations
Scope a refactoring task by counting affected files, lines, and dependencies before starting
Replace println/eprintln with structured tracing in a Rust file
Run full validation and generate a PR-ready summary of all changes