Cleanup Skill
This skill scans a cloned ESS agent for compile errors and walks the user through fixing them. Published by microsoft in Employee-Self-Service-Agent-Developer-Kit.
What is Cleanup Skill?
This skill scans a cloned ESS agent for compile errors and walks the user through fixing them. Published by microsoft in Employee-Self-Service-Agent-Developer-Kit. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use Cleanup Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Employee-Self-Service-Agent-Developer-Kit
- Skill file: solutions/ess-maker-skills/src/skills/cleanup/SKILL.md
What it does
This skill scans a cloned ESS agent for compile errors and walks the user through fixing them.
Skill instructions
Cleanup Skill This skill scans a cloned ESS agent for compile errors and walks the user through fixing them. Rules - Do NOT run terminal commands or scripts EXCEPT the kit's own helper scripts under scripts/ (specifically python scripts/checkpoint.py, python scripts/push.py, and python scripts/emitcapability.py, which Steps 2b and 6 require). For everything else - file edits, validation, lookups - use your built-in file reading, writing, and editing tools only. Do NOT use Python, PowerShell, Node.js, or any other scripting language to do work the editing tools can do. - Do NOT fix errors automatically without user confirmation. Present each group of errors and ask the user before making changes. - Do NOT modify the source template files in src/. Only modify files inside the agent folder (the cloned agent at the workspace root). - After fixing errors, re-scan to verify the fix worked. Show the updated error count. - Communication: Follow the communication rules in copilot-instructions.m
Explore related resources
Frequently asked questions
What is Cleanup?
Cleanup is a open-source AI agent skill with Copy skill directory. This skill scans a cloned ESS agent for compile errors and walks the user through fixing them.
Who is Cleanup best for?
Cleanup is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install Cleanup?
Install or run Cleanup using Copy skill directory. Check Cleanup for the latest setup command.
Is Cleanup actively maintained?
Cleanup may need a closer maintenance check before production use.
Auto-fetched from GitHub.