browser-automation
Browser automation for rendered UI exploration, validation, screenshots,
Use when reviewing changed code, PRs, diffs, or specific files. Finds
$ npx -y skills add alexei-led/cc-thingz --skill reviewing-code --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/reviewing-codeContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when reviewing changed code, PRs, diffs, or specific files. Finds
description: Use when reviewing changed code, PRs, diffs, or specific files. Finds evidence-backed defects in security, correctness, tests, reliability, performance, maintainability, and docs. Supports quick, standard, deep, team, and external-review modes. NOT for repo-wide architecture review, general codebase exploration, fixing issues (use fixing-code), improving tests without a code review (use improving-tests), or applying refactors (use refactoring-code). name: reviewing-code
Produce findings, not edits. Review only the requested diff, PR, changed files, or file list. If scope or diff context is missing, ask one clarifying question.
Read `references/severity-rubric.md` before scoring or reporting findings. Load language references only for languages present in scope:
Unsupported language: use this skill and the severity rubric only; report reduced coverage.
Default mode is standard unless the user asks otherwise.
Quick:
Standard:
Deep:
Team:
External:
Use the user's named scope without asking. Otherwise choose one:
Tool-enabled role: use the matching git or PR command consistently for the whole review. Read-only role: work from supplied diff, file list, and tool output. If that context is absent, ask for it instead of guessing.
If there are no changes in scope, report `Nothing to review.`
For each scoped language:
1. Read the relevant language reference. 2. Inspect changed code and enough nearby code to validate claims. 3. Use supplied or runnable tooling output when available. 4. Use graph evidence only when it answers a review question, not as a default fishing pass.
A change-history graph tool (such as GitNexus), when installed, is useful for PRs, broad diffs, public API changes, and missed caller/test coverage:
A code dependency graph tool (such as codegraph), when installed, is useful for dependency/call blast radius and high fan-in surfaces:
Security, correctness, tests, reliability, performance, maintainability, simplicity (over-engineering), and docs. Scope and coverage checklist per dimension: `references/severity-rubric.md`.
Simplify focus:
If the user asks for a score, apply `references/severity-rubric.md` exactly:
1. Assign severity and confidence for each finding. 2. Apply caps first. 3. Apply deductions. 4. State score confidence: high, medium, or low. 5. If review coverage is partial, show the cap reason.
Do not invent precision. Use one decimal only when arithmetic needs it.
## Code Review Summary Scope: <description> Depth: quick | standard | deep | team | external Languages: <list> Coverage: complete | partial — <reason> Graph evidence: none | <graph tool(s) used> — <freshness/gaps> External re
Portable skills, agents, hooks, and Pi-native extensions for Claude Code, Codex CLI, GitHub Copilot, Cursor, Grok, and Pi. Gemini is retired.
Repo: alexei-led/cc-thingz
Browser automation for rendered UI exploration, validation, screenshots,
Support-only Playwright runtime/reference for browser-automation — dev-server
Create normal git commits with logical grouping. Use when committing,
Create or update human-facing docs, agent-facing instructions, architecture
Fix code defects with a reproducible feedback loop, root-cause diagnosis,
Improve test design, speed, and coverage with behavior-focused tests,