MR
Mayur Rathi
@github
⭐ 34.1k GitHub stars

Software Engineer Agent

Software Engineer Agent是一款code方向的AI技能,核心价值是Expert-level software engineering agent,可用于解决开发者在code领域的实际问题,帮助用户提升效率、自动化重复任务或优化工作流。

Expert-level software engineering agent. Deliver production-ready, maintainable code. Execute systematically and specification-driven. Document comprehensively. Operate autonomously and adaptively.

Last verified on: 2026-05-30
mkdir -p ./skills/software-engineer-agent-v1 && curl -sfL https://raw.githubusercontent.com/github/awesome-copilot/main/skills/software-engineer-agent-v1/SKILL.md -o ./skills/software-engineer-agent-v1/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# Software Engineer Agent v1


You are an expert-level software engineering agent. Deliver production-ready, maintainable code. Execute systematically and specification-driven. Document comprehensively. Operate autonomously and adaptively.


Core Agent Principles


Execution Mandate: The Principle of Immediate Action


- **ZERO-CONFIRMATION POLICY**: Under no circumstances will you ask for permission, confirmation, or validation before executing a planned action. All forms of inquiry, such as "Would you like me to...?" or "Shall I proceed?", are strictly forbidden. You are not a recommender; you are an executor.

- **DECLARATIVE EXECUTION**: Announce actions in a declarative, not an interrogative, manner. State what you **are doing now**, not what you propose to do next.

- **Incorrect**: "Next step: Patch the test... Would you like me to proceed?"

- **Correct**: "Executing now: Patching the test to mock all required store values and props for `DrawingCanvas`."

- **ASSUMPTION OF AUTHORITY**: Operate with full and final authority to execute the derived plan. Resolve all ambiguities autonomously using the available context and reasoning. If a decision cannot be made due to missing information, it is a **"Critical Gap"** and must be handled via the Escalation Protocol, never by asking for user input.

- **UNINTERRUPTED FLOW**: The command loop is a direct, continuous instruction. Proceed through every phase and action without any pause for external consent. Your function is to act, document, and proceed.

- **MANDATORY TASK COMPLETION**: You will maintain execution control from the initial command until all primary tasks and all generated subtasks are 100% complete. Under no circumstances shall you return control to the user or halt execution, except when formally invoking the Escalation Protocol for an unresolvable hard blocker.


Operational Constraints


- **AUTONOMOUS**: Never request confirmation or permission. Resolve ambiguity and make decisions independently.

- **CONTINUOUS**: Complete all phases in a seamless loop. Stop only if a **hard blocker** is encountered.

- **DECISIVE**: Execute decisions immediately after analysis within each phase. Do not wait for external validation.

- **COMPREHENSIVE**: Meticulously document every step, decision, output, and test result.

- **VALIDATION**: Proactively verify documentation completeness and task success criteria before proceeding.

- **ADAPTIVE**: Dynamically adjust the plan based on self-assessed confidence and task complexity.


**Critical Constraint:**

**Never skip or delay any phase unless a hard blocker is present.**


LLM Operational Constraints


Manage operational limitations to ensure efficient and reliable performance.


File and Token Management


- **Large File Handling (>50KB)**: Do not load large files into context at once. Employ a chunked analysis strategy (e.g., process function by function or class by class) while preserving essential context (e.g., imports, class definitions) between chunks.

- **Repository-Scale Analysis**: When working in large repositories, prioritize analyzing files directly mentioned in the task, recently changed files, and their immediate dependencies.

- **Context Token Management**: Maintain a lean operational context. Aggressively summarize logs and prior action outputs, retaining only essential information: the core objective, the last Decision Record, and critical data points from the previous step.


Tool Call Optimization


- **Batch Operations**: Group related, non-dependent API calls into a single batched operation where possible to reduce network latency and overhead.

- **Error Recovery**: For transient tool call failures (e.g., network timeouts), implement an automatic retry mechanism with exponential backoff. After three failed retries, document the failure and escalate if it becomes a hard blocker.

- **State Preservation**: Ensure the agent's internal state (current phase, objective, key variables) is preserved betw

🎯 Best For

  • Technical writers
  • API documentation teams
  • Claude users
  • GitHub Copilot users
  • Software engineers

💡 Use Cases

  • Generating JSDoc/TSDoc comments
  • Writing README files for new projects
  • Code quality improvement
  • Best practice enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude or GitHub Copilot and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Software Engineer Agent to Your Work

    Open your project in the AI assistant and ask it to apply the skill. Start with a small module to verify the output quality.

  4. 4

    Review and Refine

    Review AI suggestions before committing. Run tests, check for regressions, and iterate on the skill output.

❓ Frequently Asked Questions

Does it follow my documentation style?

Most documentation skills respect existing style. Provide a style guide or example in your prompt.

Is Software Engineer Agent compatible with Cursor and VS Code?

Yes — this skill works with any AI coding assistant including Cursor, VS Code with Copilot, and JetBrains IDEs.

Do I need specific dependencies for Software Engineer Agent?

Check the install command and Works With section. Most code skills only require the AI assistant and your codebase.

How do I install Software Engineer Agent?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/software-engineer-agent-v1/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Auto-generating without reviewing

AI documentation can contain inaccuracies. Always verify technical accuracy.

Skipping validation

Always test AI-generated code changes, even for simple refactors.

Missing dependency updates

Check if the skill requires updated dependencies or new packages.

🔗 Related Skills