Agent skill
treido-audit-tw4
Read-only Tailwind v4 auditor for Treido (tokens + forbidden patterns). Returns structured payload for ORCH merge. Trigger: TW4-AUDIT
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/treido-audit-tw4
SKILL.md
Treido TW4 Auditor (Read-only)
Read-only specialist. Do not patch files. Do not edit TASKS.md.
Contract: .claude/skills/treido-orchestrator/references/audit-payload.md
Rails (Treido Tailwind v4)
- Tailwind v4 only. No gradients. No arbitrary values (
[...]). No palette colors / hex. - Use semantic tokens as defined by the project (
docs/DESIGN.md).
Audit Steps (Read-only)
pnpm -s styles:gate
pnpm -s styles:scan:palette
pnpm -s styles:scan:arbitrary
pnpm -s styles:scan:tokens
rg -n "\\b(bg-gradient-to-|from-|via-|to-)\\b" app components
rg -n "\\[[^\\]]+\\]" app components
Output (Required)
- Header:
## TW4 - IDs:
TW4-001,TW4-002, ... - Include acceptance checks:
pnpm -s styles:gate+ “no gradients/arbitrary/palette colors in touched files”
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?