chore(all): Add a SKILL.md file for working with insta snapshots.#18957
Merged
chore(all): Add a SKILL.md file for working with insta snapshots.#18957
Conversation
I find that AI Agent tools really like using insta incorrectly, so let's give them some direction. This was generated with Claude Code, but then reviewed and revised a good amount by me.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a comprehensive guide for working with insta snapshot tests in the Oxc codebase, specifically tailored for AI coding assistants that struggle with interactive terminal interfaces. The guide is placed in .agents/skills/ directory to be automatically loaded by various AI development tools.
Changes:
- Added
.agents/skills/insta-snapshots/SKILL.mdcontaining detailed instructions for managing insta snapshots non-interactively - Provides clear workflows for running tests, reviewing snapshots, and accepting/rejecting changes without using the interactive
cargo insta reviewcommand
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Connor Shea <connor.james.shea@gmail.com>
owjs3901
pushed a commit
to owjs3901/oxc
that referenced
this pull request
Feb 11, 2026
…c-project#18957) I find that AI Agent tools really like using insta incorrectly (e.g. oxc-project#18953 (comment)), so this will hopefully give them some direction. See https://agentskills.io for more info. This was generated with Claude Code, but then reviewed and revised a good amount by me. I used `.agents/skills/` as the directory, as it's supported by VS Code (soon), Codex, Cursor (soon), and a bunch of other tools (not Claude Code yet, I assume it'll be supported soon). The skill is only loaded into the context when the LLM thinks it's relevant, etc. etc. blah blah AI stuff. --------- Signed-off-by: Connor Shea <connor.james.shea@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I find that AI Agent tools really like using insta incorrectly (e.g. #18953 (comment)), so this will hopefully give them some direction. See https://agentskills.io for more info.
This was generated with Claude Code, but then reviewed and revised a good amount by me.
I used
.agents/skills/as the directory, as it's supported by VS Code (soon), Codex, Cursor (soon), and a bunch of other tools (not Claude Code yet, I assume it'll be supported soon). The skill is only loaded into the context when the LLM thinks it's relevant, etc. etc. blah blah AI stuff.