Skip to content

improve uni-cli skill description + fix validation#1

Open
fernandezbaptiste wants to merge 1 commit intoshockz09:mainfrom
fernandezbaptiste:improve-uni-cli-skill
Open

improve uni-cli skill description + fix validation#1
fernandezbaptiste wants to merge 1 commit intoshockz09:mainfrom
fernandezbaptiste:improve-uni-cli-skill

Conversation

@fernandezbaptiste
Copy link
Copy Markdown

@fernandezbaptiste fernandezbaptiste commented Apr 2, 2026

hey @shockz09, thanks for building uni-cli. really like the "one CLI to rule them all" concept + the smart insight about reducing token overhead for AI agents. kudos for the repo! just starred it.

ran your uni-cli skill through some evals and noticed a few things that were pretty quick to improve (moving from ~17% to ~91% agent performance):

  • description had XML tags which caused a validation failure, zeroing the score. rewrote it with service names (WhatsApp, Telegram, Google Calendar, Stripe, etc.) + trigger terms.
  • fixed allowed-tools format from YAML array to string.
  • added a "verify before acting" workflow section for --dry-run + uni doctor.

these were easy changes to bring the skill in line with what performs well against Anthropic's best practices. honest disclosure, I work at tessl.io where we build tooling around this. not a pitch, just fixes that were straightforward to make.

you've got 1 skill, if you want to do it yourself, spin up Claude Code and run tessl skill review. alternatively, let me know if you'd like an automatic review in your repo via GitHub Actions. it doesn't require signup, and this means you and your contributors get an instant quality signal before you have to review yourself.

- rewrite description with service names + trigger terms
- fix allowed-tools format + remove XML tags
- add verification workflow section
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant