Codymaster cm-qa-visual-cli
Use when you need to take screenshots or run visual QA via the browse daemon CLI.
install
source · Clone the upstream repo
git clone https://github.com/tody-agent/codymaster
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/tody-agent/codymaster "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/cm-qa-visual-cli" ~/.claude/skills/tody-agent-codymaster-cm-qa-visual-cli && rm -rf "$T"
manifest:
skills/cm-qa-visual-cli/SKILL.mdsource content
cm-qa-visual-cli — screenshot via browse daemon
Prerequisites
cm browse start running with the same CM_BROWSE_TOKEN.
CLI
cm qa-visual --url http://localhost:5173 --port 17395
Writes
cm-qa-visual.png in the current working directory.
Next
- Diff against golden images for visual regression.
- Map
→ affected routes (project-specific heuristics).git diff