zoo-hr

Update repo-local Zoo guidance files and validate fixes with the skill-creator validator.

5|1|Updated Aug 22, 2025
One-click install
npx skills add https://github.com/andreyvit/zoo --skill zoo-hr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoo-hr
Source: https://github.com/andreyvit/zoo/tree/main/.codex/skills/zoo-hr
Command: npx skills add https://github.com/andreyvit/zoo --skill zoo-hr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Improve Zoo guidance by fixing underlying guidance issues from operational feedback, avoiding prompt-band-aid fads.

Core Features & Use Cases

  • Identify behavior to change from user feedback, reports, and diffs.
  • Read relevant context including .zoo/*.md files, .codex/skills/zoo-*/SKILL.md, agents/openai.yaml, and .codex/agents/*.toml.
  • Decide where the fix belongs (e.g., .zoo/planning.md, .zoo/coding.md, .zoo/docs.md) and implement the smallest effective edit.
  • Validate changes with the skill-creator validator and summarize the impact.

Quick Start

Follow the seven-step workflow to diagnose the guidance issue and implement the smallest effective edit in the appropriate files.

Frequently Asked Questions about zoo-hr

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

FAQPage Schema
How do I update Zoo workflow guidance without breaking existing rules?

Update Zoo workflow guidance by identifying the target behavior, editing the correct .zoo/*.md files, and validating changes with the skill-creator validator. This preserves core guidance while applying the smallest effective fix.

Where should I place fixes for Zoo planning or coding instructions?

Fixes for Zoo planning or coding instructions belong in repo-local files like .zoo/planning.md or .zoo/coding.md. The Skill diagnoses the issue and places edits in the appropriate file rather than using prompt-level workarounds.

What is the best way to fix Zoo guidance issues from operational feedback?

The best way to fix Zoo guidance issues is to read relevant context including .zoo/*.md files and .codex/skills, decide where the fix belongs, and implement targeted edits. This approach avoids temporary prompt band-aids.

Do I need the skill-creator validator to check Zoo guidance edits?

Yes, validating changes with the skill-creator validator ensures your Zoo guidance edits follow editing rules and preserve core instructions. It confirms fixes are correctly placed and structurally sound.

Can I update browser and testing guidance across .zoo and .codex skills?

Yes, you can update planning, testing, coding, docs, and browser guidance across .zoo and .codex skills. The Skill applies repo-specific rules to determine the correct file and implement the smallest effective edit.

Why do my Zoo workflow instructions keep regressing after fixes?

Instructions regress when fixes are applied as prompt band-aids instead of updating underlying guidance files. Reading .zoo/*.md and .codex/skills context before editing prevents regression and ensures lasting behavioral change.