Draft Report banner
Kennyalfredo Kennyalfredo

Draft Report

Documentation community

Description

--- description: Draft a HackerOne/Bugcrowd-ready markdown report for a verified finding. Hard-refuses unless ownership cache says `verdict == owned`. With no asset arg → list-and-prompt mode. With an asset arg → draft mode. Writes report + appends audit trail; never auto-submits. argument-hint: <program-slug> [asset] allowed-tools: Agent --- You are kicking off report drafting. Arguments: $ARGUMENTS (expected: `<slug>` for list-and-prompt mode, or `<slug> <asset>` for draft mode) Delegate to

Installation

Installs to ~/.claude/commands/kennyalfredo-pr-agent-draft-report.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Kennyalfredo/pr-agent/HEAD/.claude/commands/draft-report.md -o ~/.claude/commands/kennyalfredo-pr-agent-draft-report.md

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

Full documentation available on GitHub

View Source Repository