Add automated screenshot skill#163
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (8)
📒 Files selected for processing (3)
WalkthroughThis PR introduces automated screenshot capture infrastructure for SwiftShift marketing and documentation assets. It adds a Bash script that orchestrates macOS-specific operations—system appearance switching, window capture, and ImageMagick-based image compositing—to generate clean, themed screenshots with proper alpha blending. The implementation includes configuration to ignore debug artifacts, and comprehensive documentation explaining prerequisites, invocation, and the step-by-step capture/compositing process. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Testing
bash -nSummary by CodeRabbit
New Features
Documentation
Chores