Program Load banner
Kennyalfredo Kennyalfredo

Program Load

Development community

Description

--- description: Ingest a HackerOne, Bugcrowd, or Intigriti program page into memory/programs/<slug>.json argument-hint: <hackerone-bugcrowd-or-intigriti-url> allowed-tools: Agent --- You are kicking off program ingestion for: $ARGUMENTS Supported URL forms: - `https://hackerone.com/<handle>` — stored as `memory/programs/<handle>.json` (no prefix) - `https://bugcrowd.com/engagements/<engagement-slug>` — stored as `memory/programs/bc-<engagement-slug>.json` (the `bc-` prefix is mandatory) - `ht

Installation

Installs to ~/.claude/commands/kennyalfredo-pr-agent-program-load.md

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

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

Full documentation available on GitHub

View Source Repository