Skip to content

chore: add sharp and tsx for skill support#2152

Merged
nick-inkeep merged 1 commit into
mainfrom
chore/add-skill-deps
Feb 19, 2026
Merged

chore: add sharp and tsx for skill support#2152
nick-inkeep merged 1 commit into
mainfrom
chore/add-skill-deps

Conversation

@nick-inkeep
Copy link
Copy Markdown
Collaborator

Summary

  • Adds sharp and tsx as root devDependencies
  • Required by the /screengrabs skill (from inkeep/team-skills) for screenshot annotation and TypeScript script execution during PR enrichment

Test plan

  • pnpm install succeeds
  • Existing tests unaffected (pnpm test)

🤖 Generated with Claude Code

Required by the `/screengrabs` skill (from inkeep/team-skills) for
screenshot capture annotation and TypeScript script execution.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Feb 19, 2026

⚠️ No Changeset found

Latest commit: 6b819e4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agents-api Ready Ready Preview, Comment Feb 19, 2026 2:16am
agents-docs Ready Ready Preview, Comment Feb 19, 2026 2:16am
agents-manage-ui Ready Ready Preview, Comment Feb 19, 2026 2:16am

Request Review

Copy link
Copy Markdown
Contributor

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

PR Review Summary

(0) Total Issues | Risk: Low

This PR adds sharp (^0.34.5) and tsx (^4.21.0) as root devDependencies to support the /screengrabs skill from inkeep/team-skills for screenshot annotation and TypeScript script execution during PR enrichment.

🔴❗ Critical (0) ❗🔴

No critical issues identified.

🟠⚠️ Major (0) 🟠⚠️

No major issues identified.

🟡 Minor (0) 🟡

No minor issues identified.

💭 Consider (0) 💭

No items identified.


✅ APPROVE

Summary: Clean dependency addition. Both packages use permissive licenses (Apache-2.0, MIT) and the version ranges follow existing repo conventions. The lockfile churn is minimal and expected for sharp which has platform-specific binaries. Notably, tsx is already used elsewhere in the monorepo (7 packages) and in root scripts via pnpx tsx — adding it as a direct devDependency is a reasonable consolidation that will improve CI performance by eliminating repeated downloads.

⚠️ Note: Unable to formally approve this PR due to GitHub App permission limitations. This review recommends approval.

Discarded (6)
Location Issue Reason Discarded
package.json:95-96 Caret version ranges used Explicitly consistent with repo patterns; no action needed per existing conventions
pnpm-lock.yaml Lockfile churn Informational; churn is proportional and expected for adding sharp
package.json tsx already in repo Positive observation; consolidates existing usage
package.json:95 sharp has native bindings Informational; CI caching mitigates install time impact
package.json External skill consumer Informational; acceptable for devDependencies
package.json:95-96 License compliance Positive finding; both licenses are permissive
Reviewers (1)
Reviewer Returned Main Findings Consider While You're Here Inline Comments Pending Recs Discarded
pr-review-devops 6 0 0 0 0 0 6
Total 6 0 0 0 0 0 6

Note: All findings were informational observations or explicitly marked as needing no action.

@github-actions github-actions Bot deleted a comment from claude Bot Feb 19, 2026
@nick-inkeep nick-inkeep merged commit fddaf53 into main Feb 19, 2026
11 checks passed
@nick-inkeep nick-inkeep deleted the chore/add-skill-deps branch February 19, 2026 02:22
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.

1 participant