Skip to content

Add enrich-excel skill - #199

Merged
simantak-dabhade merged 1 commit into
mainfrom
add-enrich-excel-skill
May 14, 2026
Merged

simantak-dabhade merged 1 commit into
mainfrom
add-enrich-excel-skill

Conversation

@simantak-dabhade

Copy link
Copy Markdown
Contributor

Summary

  • Adds the enrich-excel skill — 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 AppleScript
  • Cell-by-cell live updates with animation delays — no file saves or reloads needed
  • Uses tinyfish search (fast, 1-2s) for data lookups, NOT tinyfish agent (slow, 20-60s)
  • Handles AppleScript quirks: temp file execution (no heredocs), "missing value" handling, proper escaping

Test plan

  • Verify npx skills add github.com/tinyfish-io/tinyfish-cookbook --skill enrich-excel installs correctly
  • Open an Excel workbook with some empty cells and run /enrich-excel
  • Verify TinyFish Search calls return data and cells populate live in Excel
  • Test with a sheet that has 10+ rows to verify batching works

🤖 Generated with Claude Code

…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>
@coderabbitai

coderabbitai Bot commented May 14, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 4bbab1e8-ddbf-4b0b-9d33-a55b3ac1e2cd

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch add-enrich-excel-skill

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.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Comment @coderabbitai help to get the list of available commands and usage tips.

@simantak-dabhade
simantak-dabhade merged commit dc2dbc7 into main May 14, 2026
3 checks passed
@simantak-dabhade
simantak-dabhade deleted the add-enrich-excel-skill branch May 14, 2026 00:21
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.

2 participants