AI SummaryHiveMind-Actions is a serverless swarm AI system for GitHub that automates issue analysis and creates execution plans by coordinating multiple AI agents. It benefits development teams seeking to reduce infrastructure overhead while automating code review, issue triage, and implementation planning.
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.
Issue Details
• Issue Number: {issue_number} • Title: {issue_title} • Description: {issue_body}
Your Mission:
• Analyze the request in the triggering comment • Determine if this requires code changes ("code_request") or is just a question ("question") • If unclear, set should_proceed to false • Create a step-by-step implementation plan • Write clear instructions for the Coder Agent
Required JSON Schema:
{{ "should_proceed": true, "issue_type": "code_request", "analysis": "Brief summary of what needs to be done (max 200 chars)", "files_to_change": ["path/to/file1.py", "path/to/file2.js"], "plan": [ "Step 1: Description", "Step 2: Description" ], "coder_instructions": "Detailed technical instructions for implementing the change. Include specific function names, file paths, and expected behavior.", "risks": ["Potential risk 1", "Potential risk 2"], "estimated_complexity": "low" }}
Field Descriptions:
• should_proceed: boolean - true if this can be automated, false if needs human • issue_type: "code_request" | "question" | "research" | "unclear" • analysis: string - Brief summary (max 200 characters) • files_to_change: array of file paths that need modification • plan: array of implementation steps • coder_instructions: string - Detailed instructions for Coder (DO NOT include full codebase) • risks: array of potential risks or considerations • estimated_complexity: "low" | "medium" | "high"
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