AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Git Stage Hunk

skill-smykla-skalski-sai-git-stage-hunk · by smykla-skalski

Stage selected git hunks non-interactively by reusing the source workflow under `claude/git-stage-hunk`. Use when only part of a file should be committed.

— No reviews yet
0 installs
0 views
— view→install

Install

$ agentstack add skill-smykla-skalski-sai-git-stage-hunk

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-smykla-skalski-sai-git-stage-hunk)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 11d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Git Stage Hunk? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Git Stage Hunk

Use this skill when the user wants selective staging without an interactive TTY.

This is a thin Codex wrapper around claude/git-stage-hunk/skills/git-stage-hunk/SKILL.md. Reuse the source workflow, references, scripts, and eval material from the Claude skill directory instead of maintaining duplicated Codex copies.

Use This Skill

  • Use this skill when the user wants selective staging without an interactive TTY.

Do Not Use This Skill

  • Do not use this skill when ordinary git add already solves the task or when the user wants every change staged.

Source Material

  • Source skill: claude/git-stage-hunk/skills/git-stage-hunk/SKILL.md
  • Source directory: claude/git-stage-hunk/skills/git-stage-hunk/
  • Codex metadata: agents/openai.yaml

Load only the source files needed for the current task. Do not recreate or copy the Claude-side bundled resources into this Codex skill.

Workflow

  1. Treat claude/git-stage-hunk/skills/git-stage-hunk/SKILL.md as the source workflow and map it to Codex interaction patterns.
  2. Use the helper programs in claude/git-stage-hunk/skills/git-stage-hunk/scripts/.
  3. Read the relevant source references from claude/git-stage-hunk/skills/git-stage-hunk/references/ when the task needs split hunks, regex staging, or line-range staging.
  4. Prefer listing or dry-run output first unless the user clearly requested staging.

Codex Notes

  • Ignore Claude-only frontmatter and runtime wiring such as allowed-tools, user-invocable, $ARGUMENTS, and CLAUDE_SKILL_DIR.
  • Infer inputs from the user request and local context before asking follow-up questions.
  • If a source script or networked command fails because of sandbox restrictions, rerun it with escalation and a short justification.
  • For destructive or irreversible actions, confirm intent unless the user was already explicit.
  • This skill runs in a single Codex agent loop - no subagent fan-out. If the source workflow spawns helper or persona subagents, do that work inline in the main loop.

Verification

After any fix or state-changing action, rerun the narrowest relevant validator, script, listing command, or source check and compare the before/after result.

  1. Re-check the key output, diff, command result, or rendered text after you act.
  2. If the task changed files or external state, rerun the narrowest relevant validator, script, listing command, or source query.
  3. Report what was verified, what remains unverified, and any residual risk.

Examples

User: "Use Git Stage Hunk for this task." Assistant: Opens claude/git-stage-hunk/skills/git-stage-hunk/SKILL.md, loads only the needed source references or scripts, adapts the workflow to Codex conventions, and completes the task.

User: "Apply the Git Stage Hunk workflow here." Assistant: Reuses the source material from claude/git-stage-hunk/skills/git-stage-hunk/ instead of relying on duplicated Codex-side resources.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.