ssw-contenthawk
NewInstaller and Claude skill for SSW ContentHawk — sets the GitHub Actions secrets required to run the ContentHawk content-audit pipeline on a target repo.
Summary
SSW ContentHawk is a content-audit pipeline that scans GitHub repositories for broken links, missing metadata, and SEO issues.
- This skill installs ContentHawk and configures the required GitHub Actions secrets, enabling automated content quality checks on every push or pull request.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/ssw-contenthawk.md https://raw.githubusercontent.com/SSWConsulting/SSW.ContentHawk.git/main/SKILL.md/ssw-contenthawkUse Cases
Usage Examples
/ssw-contenthawk install on my repo to set up content auditing
Set up ContentHawk with GitHub Actions secrets for my documentation site
Install ContentHawk and configure it to run on every pull request
Security Audits
Frequently Asked Questions
What is ssw-contenthawk?
SSW ContentHawk is a content-audit pipeline that scans GitHub repositories for broken links, missing metadata, and SEO issues. This skill installs ContentHawk and configures the required GitHub Actions secrets, enabling automated content quality checks on every push or pull request.
How to install ssw-contenthawk?
To install ssw-contenthawk: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/ssw-contenthawk.md https://raw.githubusercontent.com/SSWConsulting/SSW.ContentHawk.git/main/SKILL.md. Finally, /ssw-contenthawk in Claude Code.
What is ssw-contenthawk best for?
ssw-contenthawk is a skill categorized under General.
What can I use ssw-contenthawk for?
ssw-contenthawk is useful for: Set up ContentHawk on a new repository to automatically detect broken links in documentation.; Configure GitHub Actions secrets for ContentHawk to run SEO audits on your static site.; Add ContentHawk to an existing project to enforce metadata completeness across all pages.; Integrate ContentHawk into your CI/CD pipeline to catch content issues before deployment.; Audit a legacy repository for missing alt text and broken internal links using ContentHawk.; Enable automated content quality reports for your team's documentation repo..