BeClaude

ssw-contenthawk

New
1knpmGeneral

Installer and Claude skill for SSW ContentHawk — sets the GitHub Actions secrets required to run the ContentHawk content-audit pipeline on a target repo.

First seen 5/22/2026

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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/ssw-contenthawk.md https://raw.githubusercontent.com/SSWConsulting/SSW.ContentHawk.git/main/SKILL.md
3
Invoke in Claude Code
/ssw-contenthawk

Use Cases

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.

Usage Examples

1

/ssw-contenthawk install on my repo to set up content auditing

2

Set up ContentHawk with GitHub Actions secrets for my documentation site

3

Install ContentHawk and configure it to run on every pull request

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..