A technical auditing utility that reconciles Flatnotes and Tasks.md data against GitHub PRs to ensure documentation and task accuracy.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install flatnotes-tasksmd-github-audit
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install flatnotes-tasksmd-github-audit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a specialized auditing engine designed to maintain the integrity of a dual-system productivity stack consisting of Flatnotes for documentation and Tasks.md for project management. By leveraging the Openclaw Skills ecosystem, it ensures that your Kanban lanes remain hygienic, project documentation stays complete, and task statuses accurately reflect the reality of your GitHub pull requests. It bridges the gap between manual note-taking and automated source control metadata to prevent information drift within your workspace. As one of the most practical Openclaw Skills for developers, it automates the tedious process of cross-referencing PRs with task cards.
Ensure the GitHub CLI is authenticated and dependencies are available. Configure root paths via environment variables if using non-default locations as part of your Openclaw Skills deployment.
# Authenticate GitHub CLI for reconciliation
gh auth login
# Set custom paths (optional)
export TASKS_ROOT="/path/to/tasks"
export FLATNOTES_ROOT="/path/to/flatnotes"
# Run the auditor
node skills/flatnotes-tasksmd-github-audit/scripts/audit.mjs --since-days 30 --write
The skill interacts with local filesystem structures and generates specific reporting outputs to track system health within the Openclaw Skills ecosystem.
| Entity | Path/Source | Description |
|---|---|---|
| Tasks Root | /home/ds/.config/appdata/tasksmd/tasks |
The primary Kanban board source. |
| Flatnotes Root | /home/ds/.config/appdata/flatnotes/data |
Markdown-based project documentation. |
| Markdown Report | tmp/flatnotes-tasksmd-audit.md |
Human-readable audit summary. |
| JSON Report | tmp/flatnotes-tasksmd-audit.json |
Machine-readable audit data for other Openclaw Skills. |
Loading
An automated maintenance utility designed to safely identify and remove temporary files, duplicates, and workspace clutter from your AI environment.

A professional security analysis tool for identifying OWASP Top 10 vulnerabilities, supply chain risks, and hardcoded secrets.

A professional security agent for architecting resilient systems using STRIDE, PASTA, and advanced risk assessment methodologies.

A comprehensive framework for identifying, exploiting, and mitigating SQL injection vulnerabilities in web applications.

gh-action-gen is an AI-powered CLI tool that transforms natural language descriptions into fully functional GitHub Actions workflow YAML files.

A high-performance skill for running background-first AI coding agents like Codex and Claude Code with directory isolation and parallel processing.








































