Open
Conversation
Port the pr-screenshots skill from inkeep/agents PR #1918 and generalize it for use with any web project. Includes: - SKILL.md with framework-agnostic capture/validate/annotate/upload workflow - capture.ts: Playwright-based screenshot capture with sensitive data masking - annotate.ts: Sharp-based image annotation (labels, borders, stitching) - validate-sensitive.ts: pre-upload sensitive data scanner - pr-templates.md: reusable PR body markdown templates Removed Inkeep-specific content: component-to-route mappings, Vercel preview URL patterns, app-specific CSS selectors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
nick-inkeep
added a commit
to inkeep/team-skills
that referenced
this pull request
Feb 18, 2026
Ports the general-purpose pr-screenshots skill from inkeep/skills#1. Captures, redacts sensitive data, annotates, and embeds screenshots in GitHub PRs for UI changes. Includes three scripts: - capture.ts: Playwright-based screenshot capture with auto-masking - annotate.ts: Sharp-based image labeling and side-by-side stitching - validate-sensitive.ts: Pre-upload secret detection Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 tasks
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.
Summary
pr-screenshotsskill from inkeep/agents PR #1918 and generalizes it for any web projectWhat changed from the original
Removed (Inkeep-specific):
references/affected-routes.md— component-to-route mapping specific to agents-manage-uiinput[name="apiKeyToSet"],input[data-field="value"],[role="alertdialog"])ik_API key pattern from sensitive data validatorbrowser-usesubagent sectionGeneralized:
input[type="password"]+ text-pattern redaction for common secret formatsFile structure
Test plan
author: "inkeep"in metadata)node:fs,node:path,playwright, andsharpimports🤖 Generated with Claude Code