Skip to content

Fix stale README note about bundled .neo/skills examples #128

@owainlewis

Description

@owainlewis

Summary

Fix the README Skills section, which says this repository ships $review and $commit examples under .neo/skills/, even though that directory is not present.

Evidence

  • README.md says this repo ships $review and $commit under .neo/skills/.
  • rg --files -g "SKILL.md" -g ".neo/**" finds no checked-in .neo/skills examples in this repository.
  • The Skills section is otherwise useful and should stay focused on the supported file layout.

Acceptance criteria

  • README no longer claims bundled .neo/skills examples that are not present.
  • The Skills section still explains project and global skill locations.
  • If examples are mentioned, they accurately reflect files that exist in the repo.

Agent Assessment

Risk: low
Type: docs
Agent-ready: yes

Reason:
This is a small documentation correction with an easy file-existence check and no behavior changes.

Suggested plan:

  1. Remove or rewrite the stale sentence about bundled $review and $commit examples.
  2. Keep the general skill usage documentation intact.
  3. Verify with rg --files -g "SKILL.md" -g ".neo/**".

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs:humanA human decision, clarification, or judgement call is requiredrisk:lowLow-risk issue suitable for agent execution when agent-readytype:docsDocumentation, examples, README, comments, or written guidance

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions