helpers/skills/gist-upload/SKILL.md
Use this skill to upload a summary or plan from the current conversation as a GitHub Gist using the `gh` CLI.
npx skillsauth add opendatahub-io/ai-helpers gist-uploadInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Upload content from the current conversation (a plan, summary, analysis, or other output) as a GitHub Gist using the gh CLI.
gh CLI must be installed and authenticated (gh auth status should succeed)This skill triggers when the user asks to upload conversation content to a gist, for example:
plan.md, summary.md, analysis.mdmigration-plan.mdgh gist create/tmp/gh:
gh gist create /tmp/<filename>
--publictools
Use this skill to filter a pre-fetched set of Hacker News stories down to those that report supply-chain security threats relevant to software developers — including malicious packages on npm or PyPI, compromised developer tooling, and attacks targeting source code repositories or CI/CD infrastructure. Reads stories from stories.json in the workspace, performs semantic analysis (fetching HN threads when the title alone is ambiguous), and writes the stories worth alerting on to findings.json.
development
Run hexora static analysis on a Python package repository to detect suspicious code patterns, then triage findings with deterministic rules and AI reasoning to produce a structured risk report section.
development
Inspect recent git history of a Python package repository for suspicious commits touching supply-chain-sensitive files, then triage findings with AI reasoning to produce a structured risk report section.
development
Scan a Python package repository for compiled/binary files using Fromager-style detection and malcontent YARA analysis, then triage findings with deterministic rules and AI reasoning to produce a structured risk report section.