AI SummaryHiveMind-Actions is a GitHub Actions prompt that enables multi-agent AI code reviews by analyzing diffs against project rules and outputting structured JSON feedback. It benefits developers who want automated, rule-based code quality checks integrated directly into their CI/CD workflows.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "HiveMind-Actions — Copilot Instructions" prompt rules to my project. Repository: https://github.com/BUZASLAN128/HiveMind-Actions Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
The First "Serverless" Swarm AI for GitHub Actions. Turn your repository into a self-healing, multi-agent AI workspace with zero infrastructure cost.
Code Changes (Diff):
`diff ${{ diff }} `
Review Checklist:
• Does the code follow project rules and conventions? • Are there proper type hints (for Python/TypeScript)? • Are there docstrings/comments where needed? • Any security vulnerabilities? (SQL injection, XSS, auth bypass, etc.) • Is the code readable and maintainable? • Are there any obvious bugs or edge cases? • What labels should be applied to this PR?
Required JSON Schema:
{{ "approved": true, "score": 8, "positives": ["Good type hints", "Clean code structure"], "issues": ["Missing error handling in line 45"], "suggestions": ["Consider adding unit tests"], "project_compliance": true, "security_ok": true, "verdict": "APPROVE", "labels": ["enhancement"] }}
Field Descriptions:
• approved: boolean - Initial AI recommendation (final decision uses flexible logic) • score: integer 1-10 - Overall code quality score • positives: array - Good things about the code • issues: array - Problems that should be fixed • suggestions: array - Optional improvements • project_compliance: boolean - Does it follow project rules? • security_ok: boolean - No security vulnerabilities detected • verdict: "APPROVE" | "REQUEST_CHANGES" | "REJECT" • labels: array - Suggested PR labels from: ["bug", "enhancement", "documentation", "security", "refactor", "performance", "breaking-change"]
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts