Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

flatnotes-tasksmd-github-auditflatnotes tasksmd GitHub 审核

Agent Skill

用于围绕 GitHub 仓库、Issue、Pull Request、分支、提交和代码协作流程提供辅助能力。它适合让 Agent 查询项目状态、整理变更、辅助创建或检查协作事项,并把仓库中的信息转成可执行的下一步。使用时需要区分只读查询和写入操作;涉及创建 PR、修改 Issue、推送分支或访问私有仓库时,应确认 token 权限、目标仓库范围和用户授权。

总安装

50,208

周安装

2,051

GitHub Stars

2

下载量

16,080
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:flatnotes-tasksmd-github-audit(flatnotes tasksmd GitHub 审核)
来源仓库:https://github.com/branexp/flatnotes-tasksmd-github-audit
安装命令:
openclaw skills install flatnotes-tasksmd-github-audit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install flatnotes-tasksmd-github-audit

简介

彻底审核 Tasks.md + Flatnotes 的偏差和准确性; use GitHub (gh CLI) as source of truth to detect stale notes/cards and missing links.生成报告和可选的修复计划。

SKILL.md

name
flatnotes-tasksmd-github-audit
description
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.

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):

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 should be reflected somewhere:

- preferably a short note in the project log (PJT <slug> - 90 Log) + hub status update, or - a Done card with PR link. - (Audit treats either as reconciled; it may warn if a merged PR is only on a Done card but missing from the log.)

  • Done cards should ideally include a PR link when work was shipped via PR.

Workflow (recommended)

1) Parse registry - Read SYS Workspace - Project Registry from Flatnotes. - Extract: slug, status, Tasks tag, GitHub repo URL.

2) Scan Tasks.md - Index cards by lane and by proj-* tag. - Flag lane rule violations (prio-p2 in Next, etc.). - Flag cards missing Flatnotes pointer.

3) Scan Flatnotes - Check required project notes exist. - Check hub Decisions section links ADR notes.

4) GitHub cross-check - Use gh: - gh pr list --state open --json ... - gh pr list --state merged --search "merged:>=<date>" --json ... (or equivalent) - Try to match PRs ↔ Tasks cards using: - PR URL in card content - PR number - Title substring heuristic

5) Report - Output: summary + per-project drift list + fix plan.


Applying fixes (guardrails)

Default is report-only.

If Brandon explicitly asks to apply fixes:

  • Safe auto-fixes allowed:

- create missing Flatnotes notes (10 Research, etc.) using existing templates - add missing ADR links to hub Decisions section - move prio-p2 from Next → Backlog - add missing Flatnotes pointers to Tasks cards

  • Anything that renames files or deletes content: ask first.

Bundled code

  • scripts/audit.mjs — generates the report (Markdown + JSON). If needed, patch it rather than rewriting.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.49%
按下载量换算13,104

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills