Skip to content

fix(skills): remove references to missing CLI commands#1552

Open
jiangyq9 wants to merge 6 commits into
git-ai-project:mainfrom
jiangyq9:fix/skills-missing-cli-commands
Open

fix(skills): remove references to missing CLI commands#1552
jiangyq9 wants to merge 6 commits into
git-ai-project:mainfrom
jiangyq9:fix/skills-missing-cli-commands

Conversation

@jiangyq9

@jiangyq9 jiangyq9 commented Jun 13, 2026

Copy link
Copy Markdown

What & why

The installed skill files currently tell agents to run CLI commands that do not exist in the current git-ai command surface, especially git-ai search, git-ai continue, and git-ai prompts. When an agent follows those instructions, the skill fails at runtime instead of using the supported note-backed inspection commands.

Root cause

The skill docs drifted ahead of the CLI. git-ai currently exposes supported commands such as log, show, diff, blame, stats, and show-prompt, but these skills were written around planned search / continue / prompts flows.

Change

  • Rewrite skills/git-ai-search/SKILL.md around supported commands only:
    • git-ai show
    • git-ai diff --json --include-stats --all-prompts
    • git-ai blame --show-prompt
    • git-ai stats --json
    • git-ai show-prompt
  • Rewrite skills/prompt-analysis/SKILL.md to remove the unsupported prompts.db / git-ai prompts workflow.
  • Update skills/ask/SKILL.md so it uses git-ai blame --show-prompt instead of git-ai search.
  • Add explicit guardrails telling agents not to call unsupported commands from these skills.

Testing

  • Not run (docs-only skill updates).

Fixes #1307


Open in Devin Review

@CLAassistant

CLAassistant commented Jun 13, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

devin-ai-integration[bot]

This comment was marked as resolved.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 new potential issue.

Open in Devin Review

Comment thread skills/git-ai-search/SKILL.md
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.

[Bug]: Search and prompt-analytics skills reference missing CLI commands

2 participants