---
name: Rewrite Test
slug: rewrite-test
category: Automation
description: Rewrite Test shows quick jq and bunx commands for working with JSON and multi-binary package coverage. Use it when you need simple command-line examples in a Nix-based workflow.
github: "https://github.com/Kyure-A/agent-skills-nix/tree/master/test/fixtures/rewrite-skill"
language: Nix
stars: 222
forks: 17
install: "npx degit https://github.com/Kyure-A/agent-skills-nix/tree/master/test/fixtures/rewrite-skill ~/.claude/skills/rewrite-skill"
installs_to: ~/.claude/skills/rewrite-skill
source_path: test/fixtures/rewrite-skill/SKILL.md
collection_size: 12
category_size: 1860
collection_url: "https://dirskills.com/collections/Kyure-A/agent-skills-nix"
added: 2026-09-04T05:24:51.933Z
last_synced: 2026-09-04T05:24:51.933Z
canonical_url: "https://dirskills.com/skills/rewrite-test"
---

# Rewrite Test

Rewrite Test shows quick jq and bunx commands for working with JSON and multi-binary package coverage. Use it when you need simple command-line examples in a Nix-based workflow.

**Install:**

```bash
npx degit https://github.com/Kyure-A/agent-skills-nix/tree/master/test/fixtures/rewrite-skill ~/.claude/skills/rewrite-skill
```

## README

# Rewrite Test Skill

Run jq to process JSON:

jq '.key' input.json

You can also pipe: cat file.json | jq '.key'

Already local: ./jq --help

Run bunx for multi-binary package coverage:

bunx --version
