Audit content quality with GitHub Actions
ssw-contenthawkskillsetup L2★0
SSWConsulting/SSW.ContentHawk ↗What it does
Audit repository content via GitHub Actions and Copilot-powered workflows
Best for
Continuous content governance when docs are scattered across repos and need automated audit + fix workflow.
Inputs
- · Target repo URL
- · Content audit intent and scope
Outputs
- · Flagged content issues as GitHub issues
- · Fix PRs with linked issue closeouts
Requires
- · GitHub Actions
- · GitHub Copilot API
- · Tavily search API
Preconditions
GitHub repo with Actions enabled; Copilot fine-grained token (read-only); Tavily API key; write permissions
Failure modes
Copilot token revoked; Tavily rate limit hit; sparse clone fails on large repos; workflow permissions not granted
Trust signals
- · Multi-agent pipeline (catalog → judge → fixer)
- · Copilot-powered content review
- · Automated PR creation with issue linkage