Audit Project Github banner
agent-sh agent-sh

Audit Project Github

Security community

Description

--- codex-description: "Create GitHub issues for non-security deferred findings identified by /audit-project." --- # Phase 8: GitHub Issue Creation - Reference This file contains GitHub integration for `/audit-project`. **Parent document**: `audit-project.md` ## Pre-Conditions ```bash # Check if git and gh are available GIT_AVAILABLE=$(command -v git >/dev/null 2>&1 && echo "true" || echo "false") GH_AVAILABLE=$(command -v gh >/dev/null 2>&1 && echo "true" || echo "false") # Check if this

Installation

Installs to ~/.claude/skills/agent-sh-audit-project-audit-project-github/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agent-sh-audit-project-audit-project-github && curl -fsSL https://raw.githubusercontent.com/agent-sh/audit-project/HEAD/commands/audit-project-github.md -o ~/.claude/skills/agent-sh-audit-project-audit-project-github/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository