euni-commands-guide

Document excel-unidiff-cli commands, workflows, and CI integration recipes.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/takuto-tanaka-4digit/excel-unidiff-cli --skill euni-commands-guide
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: euni-commands-guide
Source: https://github.com/takuto-tanaka-4digit/excel-unidiff-cli/tree/main/.codex/skills/euni-commands-guide
Command: npx skills add https://github.com/takuto-tanaka-4digit/excel-unidiff-cli --skill euni-commands-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a clear, actionable guide to using the excel-unidiff-cli (euni) tool, helping users quickly understand command usage, troubleshoot issues, and implement best practices in local development and CI environments.

Core Features & Use Cases

  • Command Reference: Detailed explanations of euni subcommands like check, apply, scan, doctor, init-policy, and version.
  • Workflow Guidance: Recommended sequences of commands for common tasks such as initial setup, drift remediation, and repair operations.
  • CI Integration: Instructions for setting up euni as a deterministic gate in CI pipelines, including JSON output interpretation and exit code handling.
  • Troubleshooting: A guide to understanding and triaging common findings (UG Codes) and execution errors.

Quick Start

Use the euni-commands-guide skill to understand how to apply policy drift fixes using the euni apply command with the --dry-run option.

Frequently Asked Questions about euni-commands-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix Unicode normalization issues causing non-deterministic Git diffs?▼

To fix Unicode normalization issues, use the `euni apply` command with the `--dry-run` option to preview policy drift fixes before applying them to your local development environment.

What is the recommended workflow for integrating euni as a deterministic gate in CI pipelines?▼

The recommended workflow involves running `euni check` in your CI pipeline, interpreting the JSON output, and handling specific exit codes to block merges when Unicode normalization policy drift is detected.

How do I troubleshoot euni execution errors and UG code findings?▼

You can troubleshoot euni execution errors and UG code findings by referencing the triage guide, which details command usage and interpretations for policy drift and Unicode issues.

Does excel-unidiff-cli work without external dependencies for local development?▼

Yes, excel-unidiff-cli operates without external dependencies, providing a standalone command reference and workflow guidance for managing Unicode normalization in local development.

What is the best way to initiate drift remediation using euni commands?▼

The best way to initiate drift remediation is by following the recommended command sequences for initial setup and repair operations, utilizing subcommands like `scan`, `init-policy`, and `apply`.