Agent Claude Code
Implements an approved GitWand plan, one step at a time, test-first. Full edit access. Use after a plan is approved to write the actual code on a feature branch.
Agent Claude Code
Implements an approved GitWand plan, one step at a time, test-first. Full edit access. Use after a plan is approved to write the actual code on a feature branch.
Agent Claude Code
Turns a GitWand spec or roadmap item into a step-by-step implementation plan. Read-only except for writing the plan document. Use when you have an approved design/spec and need a detailed, reviewable implementation plan before any code is written.
Agent Claude Code
Adversarially verifies a GitWand change before PR — runs the test suites, checks AGENTS.md compliance, and reviews the diff. Read-only (no Edit/Write) so the review stays honest. Use after the executor finishes, before opening a PR.
Command Claude Code
Use this workflow to assess merge risk BEFORE actually merging a branch. This avoids surprises and lets you plan conflict resolution in advance.
Command Claude Code
Use the GitWand CLI to automatically resolve trivial merge conflicts, then handle remaining complex hunks manually.
Settings file Claude Code
Agent settings declaring 33 allowed tools.
Skill Claude CodeCodex
Add a new conflict-resolution pattern to GitWand core. Use this skill whenever someone wants to add a pattern, resolution rule, new conflict case, new heuristic, teach the resolver to handle a new kind of conflict automatically, or extend the pattern registry with a new ConflictType.
Skill Claude CodeCodex
Add a format-specific resolver to GitWand core. Use this skill whenever someone wants to add support for a new file format, file extension, lockfile, config file type, or format-specific conflict resolution strategy. Triggers: "add resolver for .prisma", "handle composer.lock conflicts", "resolve .tf files", "new…
Skill Claude CodeCodex
Use this skill when the user wants to expose a Rust feature to the Vue frontend, add a Tauri IPC command, invoke something from a Vue component, or wire up any backend/frontend communication via Tauri's invoke bridge.
Skill Claude CodeCodex
Synchronise les fichiers de locale GitWand. Se déclencher dès que l'utilisateur parle d'ajouter une string UI, d'un texte dans l'interface, d'internationalisation, de traduction, d'une clé manquante dans une locale, de sync entre les langues, ou d'une nouvelle feature qui affiche du texte à l'utilisateur.
Skill Claude CodeCodex
Guide a clean GitWand release end-to-end: bump version, update CHANGELOG, commit, tag, and push. Trigger on: make a release, bump version, publish to npm, ship a new version, create a git tag, update CHANGELOG, release desktop, release CLI, release packages.
Instructions file CodexOpenCode
Instructions for devlint/GitWand, covering agents.md — gitwand ai agent rules, monorepo structure, security — critical rules, no shell string interpolation in git commands and never bypass saferepopath().
Instructions file
Instructions for devlint/GitWand, covering gitwand — vue d'ensemble, architecture monorepo, séparation des responsabilités, setup développement and prérequis : node 22.13+, pnpm 11+, rust stable.
Skill Claude CodeCodex
Use GitWand's MCP server to automatically resolve Git merge conflicts from any AI agent (Claude, Claude Code, Cursor, Windsurf, etc.).
MCP server Claude CodeCodexCursor +2
Auto-resolves Git merge conflicts so agents only touch the complex hunks. Runs locally from the @gitwand/mcp npm package.