github▌
101 indexed skills · max 10 per page
trending-repos-search
github.com/trending-repos-search-gbjpu7 · developer-tools
Return the current set of trending public repositories from github.com/trending — owner, repo, description, programming language, total stars, total forks, stars gained in the selected period, and top contributing developers — with optional filters for spoken language, programming language, and date range (daily/weekly/monthly).
get-repo-metadata
github.com/get-repo-metadata-iglddk · developer-tools
Given a GitHub repo reference (URL, owner/repo slug, deep tree/blob URL, or owner URL), return the repository's core metadata, latest release, license, language breakdown, top contributors, README, and health signals as structured JSON. Read-only.
get-pr-review
github.com/get-pr-review-st0euo · developer-tools
Extract a normalized JSON snapshot of a GitHub pull request — metadata, ordered review timeline, per-file diff annotations with inline review comments (outdated + resolved flags), and check-run / status-context results — primarily via the GitHub REST API with a rendered-HTML fallback for UI-only signals. Read-only.
docs-vs-code-auditor
docs.stagehand.dev/docs-vs-code-auditor-kkiqtm · developer-tools
Crawl docs.stagehand.dev via its Mintlify llms-full.txt export, resolve the linked GitHub source repo (browserbase/stagehand) pinned to a commit SHA, and use Cerebras (Qwen3-Coder-480B) to flag drift in function signatures, flag/option names, types, and example code. Emits a JSON report with docs URL + source file/line citations. Read-only.
to-prd
mattpocock/skills · productivity
Turn the current conversation context into a PRD and submit it as a GitHub issue.
to-issues
mattpocock/skills · productivity
Break a plan, spec, or PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices.
github-triage
mattpocock/skills · productivity
Triage GitHub issues through a label-based state machine for efficient issue management.
guard
garrytan/gstack · gstack-safety
Combines `/careful` and `/freeze` for maximum safety when working in sensitive environments.
freeze
garrytan/gstack · gstack-safety
Sets a session-wide edit boundary so file changes only happen inside a chosen directory.
careful
garrytan/gstack · gstack-safety
Safety hook that intercepts destructive shell commands and asks before running risky operations like recursive delete, data-destruction SQL, reset-hard, or force-push.