Reusable triage skill for HackenProof report handling:
- verify commit/version is in scope
- verify submission scope
- check duplicates
- validate submission and decide state/severity/comment
Skill folder:
hackenproof-triage-marketplace/
Install from GitHub using the built-in skill installer:
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--repo hackenproof-public/skills \
--path hackenproof-triage-marketplace \
--ref mainFor private repositories:
export GITHUB_TOKEN=<token>After install, restart Codex.
Use in prompt:
Use $hackenproof-triage-marketplace to triage report HACK-123.
If your Claude environment supports Codex-style skills, install to its skill directory:
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--repo hackenproof-public/skills \
--path hackenproof-triage-marketplace \
--ref main \
--dest <claude-skills-dir>Then reload/restart Claude and invoke:
Use $hackenproof-triage-marketplace to triage report HACK-123.
If your Claude setup uses a different plugin format, keep this repo as source-of-truth and add an import/conversion step in your Claude pipeline.
- Push
hackenproof-triage-marketplace/to GitHub. - Create a tag (example:
v0.1.0) for stable installs. - Install by tag with
--ref v0.1.0for reproducible team behavior.