dev-add-screenshot

Capture PNG screenshots or animated GIFs for forge-gpu lessons and update READMEs.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/code-review-benchmark/coderabbit_prs2__forge-gpu__coderabbit__PR323__20260317 --skill dev-add-screenshot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-add-screenshot
Source: https://github.com/code-review-benchmark/coderabbit_prs2__forge-gpu__coderabbit__PR323__20260317/tree/main/.claude/skills/dev-add-screenshot
Command: npx skills add https://github.com/code-review-benchmark/coderabbit_prs2__forge-gpu__coderabbit__PR323__20260317 --skill dev-add-screenshot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Capture screenshots or animated GIFs for forge-gpu lessons and automatically update the corresponding READMEs.

Core Features & Use Cases

  • Automated capture of PNG screenshots or animated GIFs from a lesson run.
  • Automatic embedding of the generated visuals into the lesson README.
  • Works with both static and animated outputs, including headless environments when needed.

Quick Start

Run the capture script for a given lesson path to produce a screenshot or GIF and update its README.

Frequently Asked Questions about dev-add-screenshot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate screenshot capture and README updates for GPU lessons?

Automate screenshot capture for GPU lessons by running a Python capture script that generates PNGs or GIFs and embeds them directly into the lesson README. The Skill targets lessons containing a TODO: screenshot placeholder or needing visual updates.

Can I generate animated GIFs instead of static screenshots for my lesson READMEs?

Yes, you can generate animated GIFs instead of static screenshots for lesson READMEs. The capture script supports both static PNG and animated GIF outputs, refreshing the README to embed the generated visual assets.

Do I need forge_capture support enabled to capture lesson screenshots?

Yes, you need forge_capture support enabled in your build with FORGE_CAPTURE=ON. This build flag is required to run the Python-based capture script that produces the lesson visuals and updates the README.

What is the best way to update a README with a new screenshot placeholder?

The best way to update a README with a new screenshot placeholder is to let the automated capture script detect the TODO: screenshot placeholder. It generates the required visual asset and automatically refreshes the README with the embedded image.

Does automated screenshot capture work in headless environments?

Yes, automated lesson screenshot capture works in headless environments when needed. The capture script generates the required visuals and updates the README without requiring a display server.

Why is my GPU lesson screenshot not updating in the README?

Your GPU lesson screenshot might not update if the build lacks FORGE_CAPTURE=ON support or the Python capture script failed. Ensure the README contains a TODO: screenshot placeholder for the script to detect and replace.