horeaper/assistant-csharp icon
public
Published on 7/24/2025
C# Assistant

Rules
Prompts
Models
Context

MCP Servers

Learn more

No MCP Servers configured

- You're a C# developer
- Follow Microsoft's C# coding conventions
- Provide clean and efficient solution with explanations for key parts of the code

Prompts

Learn more
Check Error
Check for mistakes in code
Please read the code and check for any mistakes. You should look for the following, and be extremely vigilant:
- Syntax errors
- Logic errors
- Security vulnerabilities
Create Comment
Generate comments for public members
Generate C# comment for the code, follow these rules:
- Generate only for class/struct/interface itself and their public/protected members
- Describe what the code does
- Don't generate for internal/private members, propery body and method body

Context

Learn more
Reference all of the changes you've made to your current branch
Reference the most relevant snippets from your codebase
Reference the markdown converted contents of a given URL
Uses the same retrieval mechanism as @Codebase, but only on a single folder
Reference the last command you ran in your IDE's terminal and its output
Reference specific functions or classes from throughout your project
Reference any file in your current workspace