[PR #532] ship the /ask skill #543

Closed
opened 2026-03-02 04:13:55 +03:00 by kerem · 0 comments
Owner

Original Pull Request: https://github.com/git-ai-project/git-ai/pull/532

State: closed
Merged: Yes


Extending on @jwiegley's search + continue work, this PR introduces a skill that lets any agent read previous prompts for any LoC it's looking at.

It's useful when trying to figure out why AI-code is the way it is and I've found it very useful during planning. I though there'd be some crazy work required to make agents call it, but this seems to do the trick:

Claude.md|AGENTS.md

- In plan mode, always use the /ask skill so you can read the code and the original prompts that generated it. Intent will help you write a better plan

Also included
[ ] updates to VSCode plugin empty prompt state
[ ] reading prompts for logged in teams from CaS Cache, then CaS, then Local DB, then notes
[ ] CaS read cache

Note: This should ship with a VSCode update, but they are technically independent and won't break if out of sync

Separate PR with big doc updates + readme updates in the works


Open with Devin
**Original Pull Request:** https://github.com/git-ai-project/git-ai/pull/532 **State:** closed **Merged:** Yes --- Extending on @jwiegley's search + continue work, this PR introduces a skill that lets any agent read previous prompts for any LoC it's looking at. It's useful when trying to figure out why AI-code is the way it is and I've found it very useful during planning. I though there'd be some crazy work required to make agents call it, but this seems to do the trick: `Claude.md|AGENTS.md` ``` - In plan mode, always use the /ask skill so you can read the code and the original prompts that generated it. Intent will help you write a better plan ``` Also included [ ] updates to VSCode plugin empty prompt state [ ] reading prompts for logged in teams from CaS Cache, then CaS, then Local DB, then notes [ ] CaS read cache Note: This should ship with a VSCode update, but they are technically independent and won't break if out of sync Separate PR with big doc updates + readme updates in the works <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/git-ai-project/git-ai/pull/532" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end -->
kerem 2026-03-02 04:13:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#543
No description provided.