Overview
- Skill Key
- branexp/flatnotes-tasksmd-github-audit
- Author
- branexp
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/branexp/flatnotes-tasksmd-github-audit
- Latest Commit SHA
- bb4ef2188cd132d116bc2e135a497c59b38a37ec
Thoroughly audit Tasks.md + Flatnotes for drift and accuracy; use GitHub (gh CLI) as source of truth to detect stale notes/cards and missing links. Produces a report and an optional fix plan.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 flatnotes-tasksmd-github-audit 技能。 若已安装,则直接安装 flatnotes-tasksmd-github-audit 技能。
# Flatnotes + Tasks.md + GitHub Audit Use this skill when Brandon asks to **audit** the Flatnotes/Tasks.md system for accuracy and ensure it’s **up to date**, using **GitHub as the source of truth**. ## Quick start Run the bundled auditor (report-only): ```bash node skills/flatnotes-tasksmd-github-audit/scripts/audit.mjs --since-days 30 --write ``` Outputs: - Markdown report: `tmp/flatnotes-tasksmd-audit.md` - JSON report: `tmp/flatnotes-tasksmd-audit.json` > If `gh` is not authenticated, the audit still runs but GitHub checks will be marked as `SKIPPED_GITHUB`. --- ## Data sources (defaults) - Tasks.md root: `/home/ds/.config/appdata/tasksmd/tasks` - Flatnotes root: `/home/ds/.config/appdata/flatnotes/data` - Flatnotes “system notes” mirror in workspace: `notes/resources/flatnotes-system/` Override via env vars: - `TASKS_ROOT` - `FLATNOTES_ROOT` --- ## Audit goals (what “accurate” means) ### A) Board hygiene (Tasks.md) - Global lanes exist: `00 Inbox`, `05 Backlog`, `10 Next`, `20 Doing`, `30 Blocked`, `40 Waiting`, `90 Done`. - **Lane rule preference:** `prio-p2` lives in `05 Backlog` by default (no `prio-p2` in `10 Next`). - Doing WIP ≤ 3 (preference). - Cards should be consistently formatted (Outcome/Steps) and tagged (proj/prio/eff/type). - Blocked cards include `Unblock:`. - Project cards include a Flatnotes pointer (`Flatnotes: ...`). ### B) Project completeness (Flatnotes) For each active project in `SYS Workspace - Project Registry`: - Required project notes exist: - `PJT <slug> - 00 Overview` - `PJT <slug> - 10 Research` - `PJT <slug> - 20 Plan` - `PJT <slug> - 90 Log` - Hub note has: - Current status (1–3 bullets) - Links section with repo + Tasks filter - Decisions section linking relevant ADR(s) ### C) GitHub truth reconciliation (GitHub = source of truth) For each project repo in the registry: - Open PRs should have a corresponding Tasks card (Doing/Next/Blocked/Waiting) OR an explicit reason why not. - Recently merged PRs sh...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.