repo-hardening
Installation
SKILL.md
Repo Hardening
Audit and fix GitHub repository security settings using scripts/harden.sh.
Prerequisites
Before running the script, ensure:
ghCLI is installed and authenticated (gh auth login)jqis installed- The user has admin access to the target repository
The script checks all three and exits with a clear error if any are missing.
Workflow
Always follow this sequence:
Related skills