feat: add e2e-pr-assets skill#6
Open
JarrodMFlesch wants to merge 14 commits into
Open
Conversation
JarrodMFlesch
force-pushed
the
codex/add-e2e-pr-assets-skill-main
branch
from
July 21, 2026 19:10
26da2ab to
fe062ec
Compare
Member
|
Played around with this. Added a few extra prompts to my run that might be useful to others:
I can apply this to the skill if universally applicable. |
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.
e2e-pr-assets
A skill that adds supporting before/after assets to your PR for you.
It’s intended for validating UX-impacting fixes and features where reviewers benefit from seeing the interaction outcome from a PR.
How to use
You can invoke this skill with your agent by running
/e2e-pr-assetswith Claude$e2e-pr-assetswith CodexSettings and defaults
GITHUB_BROWSER_PROFILE/tmp/github-upload-profileE2E_GITHUB_AUTO_LOGIN1E2E_GITHUB_AUTO_LOGIN=0if you want upload/auth helpers to fail instead of opening the GitHub login flow for you.E2E_GITHUB_AUTO_REMOVE_PROFILE1E2E_GITHUB_AUTO_REMOVE_PROFILE=0to keep the browser profile after upload instead of removing it automatically.E2E_GITHUB_FORCE_REMOVE_PROFILE0E2E_GITHUB_FORCE_REMOVE_PROFILE=1only when you intentionally want cleanup to remove a non-/tmpbrowser profile path.E2E_MEDIA_AUTO_CLEANUP1E2E_MEDIA_AUTO_CLEANUP=0to keep `/tmp/payload-e2e-beforeE2E_VIDEO_TRIM_START_SECONDS1E2E_VIDEO_AUTO_SCENE_TRIM1E2E_VIDEO_AUTO_SCENE_TRIM=0to disable scene-based trim adjustment and use only the fixed trim start.E2E_VIDEO_SCENE_THRESHOLD0.003E2E_VIDEO_SCENE_PREROLL_SECONDS0.05Bash commands and outputs:
Help (
--help)Output
Config path (
--config-path)Output
~/.config/e2e-pr-assets/configShow config (
--show-config)Output
Configure (
--configure)Output
There is no output printed but the config file is updated with the value.
Unset (
--unset)Output
There is no output printed but the config key is removed.
Recording behavior
Recorded key and modifier overlays remain visible for 1.2 seconds, and the next visible interaction waits until the current overlay disappears.
video.waitForPage()waits for the source-page overlay before stitching a popup or new tab. The destination starts without the previous command by default; pass{ replayLastOverlay: true }only when carrying that command forward is intentional.Use cases
This skill has been used to generate before/after assets on these PRs: