Skip to content
Skillv1.0.0

jj-hunk

Use conventional commits. The changelog is generated from these prefixes: - `feat:` / `fix:` / `refactor:` / `perf:` / `docs:` / `chore:` / `style:` - Scoped prefixes are fine: `feat(select): add rang

by laulauland(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from laulauland/jj-hunk (AGENTS.md). Install upstream with npx skills add laulauland/jj-hunk. Copyright stays with the author.

AGENTS

Commits

Use conventional commits. The changelog is generated from these prefixes:

  • feat: / fix: / refactor: / perf: / docs: / chore: / style:
  • Scoped prefixes are fine: feat(select): add range syntax
  • chore(release): and release: commits are excluded from the changelog

Releasing

Binary: jj-hunk. Version lives in Cargo.toml.

To cut a release:

  1. Bump version in Cargo.toml, commit: chore(release): vX.Y.Z
  2. Push to main, then tag and push: git tag vX.Y.Z && git push origin vX.Y.Z
  3. CI builds cross-platform bottles, generates changelog, creates GitHub release, and updates the Homebrew formula in laulauland/homebrew-tap

Requires TAP_GITHUB_TOKEN repo secret (PAT with write access to laulauland/homebrew-tap).

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/laulauland-jj-hunk-jj-hunk/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

laulauland-jj-hunk-jj-hunk.ocm.jsonjson
{
  "ocm": "1",
  "id": "laulauland-jj-hunk-jj-hunk",
  "kind": "skill",
  "name": "jj-hunk",
  "description": "Use conventional commits. The changelog is generated from these prefixes: - `feat:` / `fix:` / `refactor:` / `perf:` / `docs:` / `chore:` / `style:` - Scoped prefixes are fine: `feat(select): add range syntax` - `chore(release):` and `release:` commits are excluded from the changelog",
  "publisher": "laulauland",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Use conventional commits. The changelog is generated from these prefixes: - `feat:` / `fix:` / `refactor:` / `perf:` / `docs:` / `chore:` / `style:` - Scoped prefixes are fine: `feat(select): add range syntax` - `chore(release):` and `release:` commits are excluded from the changelog"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/laulauland/jj-hunk",
      "path": "AGENTS.md",
      "ref": "3643ee8f7fa02f0ea4befd060e0e1057df72b987",
      "url": "https://github.com/laulauland/jj-hunk/blob/3643ee8f7fa02f0ea4befd060e0e1057df72b987/AGENTS.md",
      "key": "laulauland/jj-hunk/AGENTS.md"
    }
  },
  "instructions": "# AGENTS\n\n## Commits\n\nUse conventional commits. The changelog is generated from these prefixes:\n- `feat:` / `fix:` / `refactor:` / `perf:` / `docs:` / `chore:` / `style:`\n- Scoped prefixes are fine: `feat(select): add range syntax`\n- `chore(release):` and `release:` commits are excluded from the changelog\n\n## Releasing\n\nBinary: `jj-hunk`. Version lives in `Cargo.toml`.\n\nTo cut a release:\n1. Bump version in `Cargo.toml`, commit: `chore(release): vX.Y.Z`\n2. Push to main, then tag and push: `git tag vX.Y.Z && git push origin vX.Y.Z`\n3. CI builds cross-platform bottles, generates changelog, create",
  "cost": {
    "context_tokens": 193
  }
}

Fetch it by URL: GET /api/v1/registry/laulauland-jj-hunk-jj-hunk/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.

jj-hunk - Skill - OpenSmartRoute