review-context-hub
Review Context Hub
Review a repository as a context hub.
This skill is for understanding the what that lives in a repo:
- the outline of the repo
- recent changes
- standing instruction files
- installed skills
- git remotes
- who has access
Your job is not to make changes by default. Your job is to produce a useful orientation pass.
When to Use
Activate this skill when the user asks to:
More from codewithjv/agent-skills
retro
Run a retrospective on the current task or chat history. Use when the user wants to understand mistakes, dead ends, wasted effort, root causes, and what should change to improve performance next time.
36call-external-ai
Route natural-language prompts into external AI CLIs like Codex, Claude, and Gemini using safe command templates and minimal context handling.
21skill-extract-scripts
Review a skill and extract deterministic, mechanical steps into shell scripts. Makes skills more reliable by separating precision work (scripts) from judgment work (AI). Use when asked to extract scripts from a skill, make a skill more deterministic, or split a skill into script + prompt.
21create-locked-down-skill
Create a restricted workflow directory with locked-down permissions for Claude Code, Codex CLI, Gemini CLI, and OpenCode. Use when asked to set up a new workflow, create a sandboxed workspace, restrict permissions for a task, or scaffold a locked-down skill.
12external-ai
Call external AI CLIs like Codex and Gemini for second opinions, reviews, and alternative perspectives using natural language requests.
1