commit-changes
Check staged changes first; otherwise use context-discovered file changes to stage and commit with a generated message.
Compatibility: Requires a git repository and edited-file context in the current session.
LLM + AI Toolkit
Reusable skills I built for AI-assisted workflows, code review loops, and shipping software faster. This list syncs directly from GitHub.
Install all skills
npx skills add adiutama/skills --all Check staged changes first; otherwise use context-discovered file changes to stage and commit with a generated message.
Compatibility: Requires a git repository and edited-file context in the current session.
Fetch unresolved review threads and pending change requests for a GitHub PR. Use when the user asks for outstanding PR feedback.
Compatibility: Requires gh CLI authenticated to GitHub, and jq.
Optimize prompts or skill docs for token efficiency while preserving intent, constraints, and capability. Use when user provides a folder path, file path, or plain text and asks to tighten wording.
Load a handoff file from a provided path, send a short kickoff, and wait for confirmation before starting.
Post findings from a saved review session as inline GitHub PR comments. Use after /review-pr to publish findings and submit an approve/request-changes review.
Compatibility: Requires gh CLI authenticated to GitHub, and jq.
Reconcile working context with live file state on every edit task. Track per-file intent, refresh before writing, confirm before overwriting manual edits, and sync context after each change.
Refactor code in any language with a beauty-first, safety-first style while preserving behavior. Use when the user asks to clean up, beautify, restructure, harden, or make code more readable without changing functionality.
Review local git changes before pushing. Catches problems early so the PR process is smoother. Saves a persistent session file under reviews/review-changes/. Use when you want pre-push feedback on uncommitted or unpushed changes across standard and virtual-branch workflows.
Compatibility: Requires a git repository.
Review a GitHub PR and save a persistent session file under reviews/. Use before merge; does not post comments (use /post-pr-review).
Compatibility: Requires gh CLI authenticated to GitHub, and jq.