Add enrich-excel skill - #199
Conversation
…ript Adds a skill that reads a live Excel workbook on macOS, identifies empty cells, researches missing data with TinyFish Search, and writes results directly into the running Excel app via AppleScript — no file saves or reloads needed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
Summary
enrich-excelskill — reads a live Excel workbook on macOS, finds empty cells, researches missing data with TinyFish Search/Fetch, and writes results directly into the running Excel app via AppleScripttinyfish search(fast, 1-2s) for data lookups, NOTtinyfish agent(slow, 20-60s)Test plan
npx skills add github.com/tinyfish-io/tinyfish-cookbook --skill enrich-excelinstalls correctly/enrich-excel🤖 Generated with Claude Code