跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Cross Review Project

技能 已验证 活跃

Conduct a structured cross-project code review between two Claude Code instances via the cross-review-mcp broker. Each agent reads its own codebase, reviews the peer's code, and engages in evidence-backed dialogue — with QSG scaling laws enforcing review quality through minimum bandwidth constraints and phase-gated progression.

目的

To enable deep, comparative code reviews between distinct projects by leveraging AI agents and a structured broker protocol for higher quality and actionable insights.

功能

  • Structured cross-project code review
  • Multi-agent dialogue via MCP broker
  • QSG scaling laws for review quality
  • Phase-gated progression
  • Evidence-backed dialogue and verdicts

使用场景

  • Comparing architectural concerns between two projects.
  • Obtaining independent code reviews that go beyond single-reviewer perspectives.
  • Facilitating cross-pollination of patterns and practices between codebases.
  • Generating structured, evidence-backed findings for code improvement.

非目标

  • Performing code review by a single agent.
  • Replacing team code review processes entirely.
  • Providing automated code refactoring or bug fixing.
  • Reviewing projects that lack common architectural concerns or share no common patterns.

工作流

  1. Verify Prerequisites (broker status, protocol resource)
  2. Register agents with the broker
  3. Compose and send structured briefings to peers
  4. Wait for peer briefing, review code, produce and send structured findings (≥5)
  5. Wait for peer findings, respond with accept/reject/discuss verdicts and evidence
  6. Compile synthesis artifact, signal completion, and deregister

先决条件

  • Two project paths accessible to two Claude Code instances
  • `cross-review-mcp` broker running and configured as an MCP server in both instances
  • Optional: Focus areas — specific directories, patterns, or concerns to prioritize
  • Optional: Agent IDs — identifiers for each instance (default: project directory name)

安装

/plugin install agent-almanac@pjt222-agent-almanac

质量评分

已验证
97 /100
about 23 hours ago 分析

信任信号

最近提交2 days ago
星标14
许可证MIT
状态
查看源代码

类似扩展

Test A2a Interop

100

Test A2A interoperability between agents by validating Agent Card conformance, exercising all task lifecycle states, and verifying streaming and error handling. Use when verifying a new A2A server implementation before deployment, validating interoperability between two or more A2A agents, running conformance tests in CI/CD for A2A services, debugging failures in multi-agent A2A workflows, or certifying that an agent meets A2A protocol requirements for a registry.

技能
pjt222

Design A2A Agent Card

100

Design an A2A Agent Card (.well-known/agent.json) manifest describing agent capabilities, skills, authentication requirements, and supported content types. Use when building an agent that must be discoverable by other A2A-compliant agents, exposing capabilities for multi-agent orchestration, migrating an existing agent to the A2A protocol, defining the public contract for an agent before implementation, or integrating with agent registries that consume Agent Cards.

技能
pjt222

Review Pull Request

100

Review a pull request end-to-end using GitHub CLI. Covers diff analysis, commit history review, CI/CD check verification, severity-leveled feedback (blocking/suggestion/nit/praise), and gh pr review submission. Use when a pull request is assigned for review, performing a self-review before requesting others' input, conducting a second review after feedback is addressed, or auditing a merged PR for post-merge quality assessment.

技能
pjt222

Oh My Claudecode

100

Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly

技能
Yeachan-Heo

ClawSweeper Skill

100

Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.

技能
steipete

Claude Handoff

100

运行 /handoff 以捕获会话数据,然后编写一个引用该数据的分阶段实施计划。创建用于跟踪的 beads。

技能
REMvisual