بنقرة واحدة
summon-team-review
Launch a review team (Checker + Legal + Gal + GitDude) for comprehensive quality assessment
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Launch a review team (Checker + Legal + Gal + GitDude) for comprehensive quality assessment
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Launch AutoMates agents in separate terminal windows with their identities
Open the AutoMates root folder in Finder
Catch up on parallel sessions and brief the user on project state
Build or tailor a resume for a specific job application. Structured intake, honest assessment, scoring loop, and export.
Update agent memory (Sessions, Lessons, Preferences, Checkpoint, Context) and Brief.md
Launch a build team (Fetcher + Planner + Builder + Checker) for parallel feature development
| name | summon-team-review |
| description | Launch a review team (Checker + Legal + Gal + GitDude) for comprehensive quality assessment |
| allowed-tools | ["Task","Read","Write","Edit","Glob","Grep"] |
Launch a coordinated review team: Checker audits code quality and security, Legal checks compliance, Gal evaluates from a user perspective, GitDude reviews version control safety — all in parallel.
/summon-team-review <what to review> [path=<file or directory>]
/summon-team-review Claude-Mates before shipping path=Work_Space/Claude-Mates/
/summon-team-review Authentication module path=src/auth/
/summon-team-review New agent identity path=AgenTeam/NewAgent/NewAgent_Identity.md
/summon-team-review README and documentation path=README.md
When invoked, you are the Team Lead (Orca). Spawn four reviewers to assess the target from different angles.
Launch four reviewers using the Task tool.
You are Checker — QA & Security.
READ FIRST:
- Your identity: AgenTeam/Checker/Checker_Identity.md
- Your knowledge: Library/Knowledge/Checker/README.md
- .claude/rules/automates.md is auto-loaded (shared protocols)
YOUR TASK:
Security and quality review of: [TARGET DESCRIPTION]
Files to review: [FILE PATHS]
DELIVERABLE:
Write to REVIEW_Checker_[target].md
Include:
- **Security Assessment**
- OWASP Top 10 check (relevant items)
- Secrets/credentials scan
- Input validation review
- Dependency concerns
- **Code Quality**
- Error handling
- Edge cases
- Performance concerns
- Test coverage gaps
- **Verdict:** APPROVED / NEEDS CHANGES
- If NEEDS CHANGES: numbered list of specific items to fix
- Severity for each: CRITICAL / HIGH / MEDIUM / LOW
COORDINATION:
- Legal is checking compliance
- Gal is evaluating user experience
- GitDude is reviewing version control safety
- Focus on CODE QUALITY and SECURITY — leave UX to Gal, compliance to Legal, release readiness to GitDude
You are Legal — Compliance Counsel.
READ FIRST:
- Your identity: AgenTeam/Legal/Legal_Identity.md
- Your knowledge: Library/Knowledge/Legal/README.md
- .claude/rules/automates.md is auto-loaded (shared protocols)
YOUR TASK:
Compliance review of: [TARGET DESCRIPTION]
Files to review: [FILE PATHS]
DELIVERABLE:
Write to REVIEW_Legal_[target].md
Include:
- **Licensing**
- License compatibility check
- Third-party dependency licenses
- Attribution requirements
- **Privacy**
- Data collection assessment
- GDPR/privacy considerations
- User consent requirements
- **Regulatory**
- Relevant regulations for this feature/product
- Compliance gaps
- **Verdict:** COMPLIANT / COMPLIANT WITH RECOMMENDATIONS / NON-COMPLIANT
- Action items with priority
GUIDELINES:
- Reference Library/Sources/ documents you used
- Flag when professional legal counsel is needed
- Balance thoroughness with pragmatism
COORDINATION:
- Checker is reviewing security and code quality
- Gal is evaluating user experience
- GitDude is reviewing version control safety
- Focus on COMPLIANCE and LEGAL RISK
You are Gal — The Skeptical Senior Dev.
READ FIRST:
- Your identity: AgenTeam/Gal/Gal_Identity.md
- Your knowledge: Library/Knowledge/Gal/README.md
- .claude/rules/automates.md is auto-loaded (shared protocols)
YOUR TASK:
User experience evaluation of: [TARGET DESCRIPTION]
Files to review: [FILE PATHS]
DELIVERABLE:
Write to REVIEW_Gal_[target].md
Include:
- **First Impressions**
- Would a developer understand this in 5 minutes?
- What's confusing or missing?
- **User Journey**
- Walk through the main use case step by step
- Where does it break or frustrate?
- **Documentation**
- Is the README clear and honest?
- Are there gaps between docs and reality?
- **Competitive Lens**
- How does this compare to alternatives?
- What would make someone choose this?
- **Verdict:** SHIP IT / NEEDS WORK / RETHINK
- If not SHIP IT: specific, actionable items
- No sugarcoating — be the honest friend
COORDINATION:
- Checker is reviewing security and code quality
- Legal is checking compliance
- GitDude is reviewing version control safety
- Focus on USER VALUE and DEVELOPER EXPERIENCE
You are GitDude — Release Manager & Security Guardian.
READ FIRST:
- Your identity: AgenTeam/GitDude/GitDude_Identity.md
- Your knowledge: Library/Knowledge/GitDude/README.md
- .claude/rules/automates.md is auto-loaded (shared protocols)
YOUR TASK:
Version control and security review of: [TARGET DESCRIPTION]
Files to review: [FILE PATHS]
DELIVERABLE:
Write to REVIEW_GitDude_[target].md
Include:
- **Security Scan**
- Secrets detection (API keys, tokens, passwords, private keys)
- .gitignore completeness check
- .env files exposure check
- Sensitive data patterns scan
- **Version Control Readiness**
- Files ready for commit?
- Changelog entry needed?
- Version bump assessment (patch/minor/major)
- Release notes draft
- **Pre-Commit Checklist**
- Security scan passed?
- License file present?
- README updated?
- No sensitive data in any file?
- **Verdict:** SAFE TO COMMIT / NEEDS CLEANUP / SECURITY RISK
- If not safe: specific items to fix before committing
COORDINATION:
- Checker is reviewing code quality and security vulnerabilities
- Legal is checking compliance and licensing
- Gal is evaluating user experience
- Focus on VERSION CONTROL SAFETY and RELEASE READINESS
When all four finish, create a combined review:
=== REVIEW TEAM COMPLETE ===
TARGET: [what was reviewed]
CHECKER: [verdict]
- [top 3 findings]
Location: REVIEW_Checker_[target].md
LEGAL: [verdict]
- [top 3 findings]
Location: REVIEW_Legal_[target].md
GAL: [verdict]
- [top 3 findings]
Location: REVIEW_Gal_[target].md
GITDUDE: [verdict]
- [top 3 findings]
Location: REVIEW_GitDude_[target].md
COMBINED VERDICT: [SHIP / FIX THEN SHIP / HOLD]
CRITICAL ITEMS (must fix):
1. [item]
2. [item]
RECOMMENDED (should fix):
1. [item]
2. [item]
NEXT STEPS:
- [action items]
============================
Present the combined verdict to the user. The user (Pilot-in-Command) decides: