Ghfs exposes GitHub issues and pull requests as a local filesystem mirror, enabling agents or humans to edit frontmatter or queued command files and then batch-apply changes via ghfs execute. It translates human-friendly edits into structured operations and provides safe preview and run modes.
Use Ghfs when you need offline or scripted batch edits to issues/PRs, want a reviewable queue of changes, or need reproducible transformations across many items. It's suitable for agents managing repo maintenance, bulk retitles, label updates, or coordinated PR workflows.
ghfs sync and ghfs execute with recommended flags and execution order.execute.yml/execute.md formats described in the skill.--run to mutate).Works with agents that can run CLI tools and manage filesystem artifacts. Integrates well with automation tooling and bots that can produce .ghfs/execute.md or edit per-item frontmatter.
Ghfs is a skill for operating GitHub issues/PRs as a local filesystem mirror. No bundled scripts — purely instruction-based. The SKILL.md is thorough and well-structured with clear workflow steps, action reference tables, and CLI command documentation. No security concerns found; the skill only instructs standard CLI usage with no remote code execution or data exfiltration risks.
Clean skill, no scripts to test. Well-documented with clear triggers and workflow. Unique filesystem-based approach to GitHub operations.