
Awesome Web Agents Pr Review
- 1 installs
- 1.5k repo stars
- Updated July 10, 2026
- steel-dev/awesome-web-agents
Helps with ai & agent building tasks.
About
awesome-web-agents-pr-review is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- awesome-web-agents-pr-review
- AI & Agent Building
- AI-coding skill
Awesome Web Agents Pr Review by the numbers
- 1 all-time installs (skills.sh)
- Ranked #14,098 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/steel-dev/awesome-web-agents --skill awesome-web-agents-pr-reviewAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 1.5k |
| Last updated | July 10, 2026 |
| Repository | steel-dev/awesome-web-agents ↗ |
What it does
Helps with ai & agent building tasks.
Files
Awesome Web Agents PR Review
Overview
Review PRs in this repository by applying the local policy and checking the changed files. Treat CONTRIBUTING.md as the source of truth for acceptance criteria.
Read First
CONTRIBUTING.mdREADME.mdARCHIVE.mdwhen the change might belong in the archivescripts/validate_contribution.pywhen you need structural validation details
Do not restate repo policy from memory when those files are available. Quote or summarize the repository's own rules instead.
Workflow
1. Inspect the PR
Use gh first:
gh pr view <number> --repo steel-dev/awesome-web-agents --json title,number,state,isDraft,author,baseRefName,headRefName,files,additions,deletions,mergeable,mergeStateStatus,labels,url,bodygh pr diff <number> --repo steel-dev/awesome-web-agents --patchgh pr checks <number> --repo steel-dev/awesome-web-agents
If you need the exact branch locally, fetch it with:
git fetch origin refs/pull/<number>/head:pr-<number>
2. Apply local policy
Use CONTRIBUTING.md for the actual acceptance rubric. Use README.md and ARCHIVE.md only to judge section fit, duplicates, and whether a project belongs in the main list or archive.
3. Run structural validation when useful
When reviewing a local branch or checking CI behavior, run:
python3 scripts/validate_contribution.py
Treat the script as a structural check, not the decision-maker. Human review still decides repository fit.
4. Produce the review
Use a code-review mindset:
- Present findings first, ordered by severity, with file references when applicable.
- If there are no findings, say that explicitly.
- After findings, give one clear decision:
Accept,Request changes, orClose. - Separate policy fit from technical mergeability. A PR can be mergeable in GitHub and still fail repository scope.
Output Shape
Keep the final review compact:
- one sentence on PR state or scope if useful
- findings first
- verdict second
- short rationale last
interface:
display_name: "Awesome PR Review"
short_description: "Review awesome-web-agents PRs."
default_prompt: "Review this awesome-web-agents pull request using the local contribution policy. Inspect the diff, PR metadata, and relevant repo files, then give findings first and a clear accept/request changes/close recommendation."