·github-evidence-kit
</>

github-evidence-kit

gadievron/raptor

Generate, export, load, and verify forensic evidence from GitHub sources. Use when creating verifiable evidence objects from GitHub API, GH Archive, Wayback Machine, local git repositories, or security vendor reports. Handles evidence storage, querying, and re-verification against original sources.

10Installs·0Trend·@gadievron

Installation

$npx skills add https://github.com/gadievron/raptor --skill github-evidence-kit

SKILL.md

Purpose: Create, store, and verify forensic evidence from GitHub-related public sources and local git repositories.

| collectcommit(owner, repo, sha) | CommitObservation | | collectissue(owner, repo, number) | IssueObservation | | collectpullrequest(owner, repo, number) | IssueObservation | | collectfile(owner, repo, path, ref) | FileObservation | | collectbranch(owner, repo, branchname) | BranchObservation | | collecttag(owner, repo, tagname) | TagObservation |

| collectrelease(owner, repo, tagname) | ReleaseObservation | | collectforks(owner, repo) | list[ForkObservation] |

Generate, export, load, and verify forensic evidence from GitHub sources. Use when creating verifiable evidence objects from GitHub API, GH Archive, Wayback Machine, local git repositories, or security vendor reports. Handles evidence storage, querying, and re-verification against original sources. Source: gadievron/raptor.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/gadievron/raptor --skill github-evidence-kit
Category
</>Dev Tools
Verified
First Seen
2026-02-03
Updated
2026-02-18

Quick answers

What is github-evidence-kit?

Generate, export, load, and verify forensic evidence from GitHub sources. Use when creating verifiable evidence objects from GitHub API, GH Archive, Wayback Machine, local git repositories, or security vendor reports. Handles evidence storage, querying, and re-verification against original sources. Source: gadievron/raptor.

How do I install github-evidence-kit?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/gadievron/raptor --skill github-evidence-kit Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/gadievron/raptor

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-03