flatnotes-tasksmd-github-auditThoroughly 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.
Install via ClawdBot CLI:
clawdbot install branexp/flatnotes-tasksmd-github-auditUse 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.
Run the bundled auditor (report-only):
node skills/flatnotes-tasksmd-github-audit/scripts/audit.mjs --since-days 30 --write
Outputs:
tmp/flatnotes-tasksmd-audit.mdtmp/flatnotes-tasksmd-audit.jsonIfghis not authenticated, the audit still runs but GitHub checks will be marked asSKIPPED_GITHUB.
/home/ds/.config/appdata/tasksmd/tasks/home/ds/.config/appdata/flatnotes/datanotes/resources/flatnotes-system/Override via env vars:
TASKS_ROOTFLATNOTES_ROOT00 Inbox, 05 Backlog, 10 Next, 20 Doing, 30 Blocked, 40 Waiting, 90 Done.prio-p2 lives in 05 Backlog by default (no prio-p2 in 10 Next).Unblock:.Flatnotes: ...).For each active project in SYS Workspace - Project Registry:
PJT - 00 Overview PJT - 10 Research PJT - 20 Plan PJT - 90 Log For each project repo in the registry:
PJT - 90 Log ) + hub status update, or1) Parse registry
SYS Workspace - Project Registry from Flatnotes.2) Scan Tasks.md
proj-* tag.prio-p2 in Next, etc.).3) Scan Flatnotes
4) GitHub cross-check
gh:gh pr list --state open --json ...gh pr list --state merged --search "merged:>=" --json ... (or equivalent)5) Report
Default is report-only.
If Brandon explicitly asks to apply fixes:
10 Research, etc.) using existing templatesprio-p2 from Next → Backlogscripts/audit.mjs — generates the report (Markdown + JSON). If needed, patch it rather than rewriting.AI Usage Analysis
Analysis is being generated… refresh in a few seconds.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query the DeepWiki MCP server for GitHub repository documentation, wiki structure, and AI-powered questions.
Automated GitHub PR code review with diff analysis, lint integration, and structured reports. Use when reviewing pull requests, checking for security issues,...
Essential Git commands and workflows for version control, branching, and collaboration.
Advanced git operations beyond add/commit/push. Use when rebasing, bisecting bugs, using worktrees for parallel development, recovering with reflog, managing subtrees/submodules, resolving merge conflicts, cherry-picking across branches, or working with monorepos.
Format commit messages using the Conventional Commits specification. Use when creating commits, writing commit messages, or when the user mentions commits, git commits, or commit messages. Ensures commits follow the standard format for automated tooling, changelog generation, and semantic versioning.