Team review automation for agent workflows
Claude resources for teams adding repeatable checks, code review flows, repository hygiene, and operational guardrails.
Claude resources for teams adding repeatable checks, code review flows, repository hygiene, and operational guardrails.
Compared at a glance
The top 5 picks side by side on trust, install, platform support, and disclosed notes — full rationale for each below.
2 trust signals differ across this comparison (Package trust, Source provenance).
Next steps differ across picks — use the actions in the table below to copy install commands and source links per resource.
| Field | Write and maintain reliable end-to-end tests with Playwright — Microsoft's browser automation library that auto-waits for actionable elements and runs the same suite against Chromium, Firefox, and WebKit. Open dossier | Comprehensive pre-commit hook that validates code quality, runs tests, and enforces standards. Open dossier | Build intelligent CI/CD pipelines with GitHub Actions, AI-assisted workflow generation, automated testing, and deployment orchestration. Open dossier | Build repeatable eval suites that catch quality regressions in AI agent behavior before merge or release. Open dossier | Expert code-review capability pack for deterministic PR audits, risk-ranked findings, and low-noise fix planning without SaaS lock-in. Open dossier |
|---|---|---|---|---|---|
| Next stepsDiffers | |||||
| Trust | |||||
| Review status | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed |
| Package trustDiffers | Package verified2025-10-16 | Package not verified | Package verified2025-10-16 | Package verified2026-04-10 | Package verified2026-04-11 |
| Source provenanceDiffers | No submission link | Source-backed | No submission link | No submission link | No submission link |
| Submitter | — | — | — | — | — |
| Install risk | Low risk | Review first | Low risk | Low risk | Low risk |
| Notes | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ |
| Brand | — | — | — | — | |
| Category | skills | hooks | skills | skills | skills |
| Source | First-party | Source-backed | First-party | First-party | First-party |
| Author | JSONbored | JSONbored | JSONbored | JSONbored | JSONbored |
| Added | 2025-10-16 | 2025-09-16 | 2025-10-16 | 2026-04-10 | 2026-04-11 |
| Platforms | |||||
| Harness | |||||
| Source repo | — | — | — | — | — |
| Safety notes | ✓`npx playwright install --with-deps` downloads browser binaries (~500 MB for Chromium, Firefox, and WebKit) from Playwright's CDN and on Linux installs system-level packages. Review your network and environment policies before running in restricted infrastructure. Generated tests have full browser-level access to any URL they target. Review test scripts before running them against authenticated sessions or production environments — Playwright can submit forms, click buttons, and make network requests as a real user. | ✓Runs automatically on its configured Claude Code hook event and executes shell logic that can read, modify, or delete files in your project (and may run builds, installs, or network calls); review the script and scope it to expected paths before enabling. | ✓Setup downloads and unzips a package, and generated workflows run build/test/deploy commands in CI with repository permissions; review workflow YAML and least-privilege the GITHUB_TOKEN before merging. | ✓This skill produces automated release recommendations (merge, patch, or rollback) from eval scores; treat them as decision support and require human review before gating production releases or running suggested commands. | ✓Installs from a downloaded package and may run local commands or scaffold files as part of the workflow; review the package and any generated changes before applying. |
| Privacy notes | ✓Playwright runs entirely on your local machine. Traces, screenshots, and HTML test reports are written to local disk only and are not uploaded to Microsoft or any external service. Trace files and failure screenshots may capture sensitive content from the application under test (form data, rendered PII, session tokens visible in URLs). Store and rotate these files appropriately. | ✓Receives Claude Code hook input (session metadata, file paths, and tool output) and reads local project files; review what the script logs or forwards to external services and keep credentials out of its output. | ✓CI workflows read repository code and use secrets (API keys, deploy credentials, model keys); store them in GitHub Actions secrets, never in workflow files or logs, and review what third-party actions can access. | ✓Inputs can include source files, prompts, logs, account metadata, repository details, and operational context that may be sent to the configured AI model. Redact secrets, customer data, private URLs, credentials, and proprietary implementation details before sharing prompts, reports, or generated artifacts. | ✓Operates on your local project files and any context you share in the session; review what you expose before sharing — nothing is sent beyond the model unless a step calls an external service. |
| Prerequisites |
| — none listed |
|
|
|
| Install | | | | | |
| Config | — | | — | — | — |
| Citations | |||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
- 01
Playwright E2E Testing Automation Skill
Playwright auto-waits for elements before acting, isolates every test context, and targets Chromium, Firefox, and WebKit from a single cross-platform API...
Level:advancedType:generalVerified:draftAdded 9mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutPlaywright E2E Testing Automation Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 02
Git Pre Commit Validator - Hooks
Comprehensive pre-commit hook that validates code quality, runs tests, and enforces standards.
Trigger:PreToolUseAdded 10mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutGit Pre Commit Validator - Hooks is included because it has safety notes present, privacy notes present, source-backed source posture.
Reach for insteadIf this will touch credentials, local files, or production systems, inspect the upstream source first.
- 03
GitHub Actions AI-Powered CI/CD Automation Skill
Build intelligent CI/CD pipelines with GitHub Actions, AI-assisted workflow generation, automated testing, and deployment orchestration.
Level:advancedType:generalVerified:draftAdded 9mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutGitHub Actions AI-Powered CI/CD Automation Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 04
Agent Evals Regression Gate Skill
Create a practical eval harness with golden sets, rubric scoring, and release gates for agentic workflows.
Level:advancedType:generalVerified:draftAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutAgent Evals Regression Gate Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 05
Code Review Automation Capability Pack Skill
Run a local, repeatable PR review loop with severity scoring, false-positive control, and fix-ready output.
Level:expertType:capability-packVerified:validatedAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutCode Review Automation Capability Pack Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 06
Playwright MCP Browser Automation Engineer Skill
Cross-platform browser task automation for AI agents using Playwright MCP with stability and observability built in.
Level:advancedType:generalVerified:draftAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutPlaywright MCP Browser Automation Engineer Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 07
Codex Automations Orchestrator Capability Pack Skill
Plan and operate recurring agent automations with deterministic prompts, guardrails, and output contracts.
Level:expertType:capability-packVerified:validatedAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutCodex Automations Orchestrator Capability Pack Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 08
Git MCP Server for Claude
Official MCP server providing Git repository tools for reading, searching, and manipulating Git repositories
Added 10mo agoSafety ✓ Privacy ✓by AnthropicWhy it made the cutGit MCP Server for Claude is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 09
GitHub MCP Server for Claude
Official GitHub MCP server providing comprehensive GitHub API access for repository management, file operations, and search functionality
Added 10mo agoSafety ✓ Privacy ✓by GitHubWhy it made the cutGitHub MCP Server for Claude is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 10
Google Workspace Gemini Automation Skill
Build practical Gemini + Workspace automations with safeguards, auditability, and business-ready output quality.
Level:advancedType:generalVerified:draftAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutGoogle Workspace Gemini Automation Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 11
Jam MCP Server for Claude
Debug faster with AI agents that access video recordings, console logs, and network requests
Added 10mo agoSafety ✓ Privacy ✓by JamWhy it made the cutJam MCP Server for Claude is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 12
MCP Tool Contract Testing Skill
Test-first MCP tool validation for safer integrations, stronger reliability, and lower breakage risk.
Level:advancedType:generalVerified:draftAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutMCP Tool Contract Testing Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 13
n8n Production Security Capability Pack Skill
Deep n8n production security skill for safe AI workflows, credential protection, and incident-ready operations.
Level:expertType:capability-packVerified:validatedAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutn8n Production Security Capability Pack Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 14
Unraid API Automation Operator Skill
Unraid-focused automation skill for agent-driven maintenance, observability, and repeatable operations.
Level:advancedType:generalVerified:draftAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutUnraid API Automation Operator Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 15
Unraid API v2 Capability Pack Skill
Expert Unraid API skill with endpoint behavior, auth flows, error patterns, and production-safe automation guardrails.
Level:expertType:capability-packVerified:validatedAdded 3mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cutUnraid API v2 Capability Pack Skill is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 16
Workato MCP Server for Claude
Access any application, workflows, or data via Workato's integration platform
Added 10mo agoSafety ✓ Privacy ✓by WorkatoWhy it made the cutWorkato MCP Server for Claude is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 17
Zapier MCP Server for Claude
Connect to nearly 8,000 apps through Zapier's automation platform
Added 10mo agoSafety ✓ Privacy ✓by ZapierWhy it made the cutZapier MCP Server for Claude is included because it has maintainer-built package, safety notes present, privacy notes present, first-party source posture.
- 18
/test-advanced - Advanced Test Planning Custom Command
Custom .claude/commands/test-advanced.md recipe for planning deeper, source-grounded test coverage without claiming a built-in Claude Code command.
Invocation:Create .claude/commands/test-advanced.md, then run: /test-advanced <file-or-function>Added 10mo agoSafety ✓ Privacy ✓by JSONboredWhy it made the cut/test-advanced - Advanced Test Planning Custom Command is included because it has safety notes present, privacy notes present, source-backed source posture.
Reach for insteadIf this will touch credentials, local files, or production systems, inspect the upstream source first.
Missing a pick? Propose an edit to this list — every change goes through the same review queue as new entries.
Suggest a pickGet the weekly brief
One calm read on Claude workflows. Sundays. No tracking pixels.
Unsubscribe any time. No tracking pixels. No partner blasts.