implement Skill
Make tests pass. Invoke after /write-tests produces failing tests. Published by huggingface in OpenEnv.
What is implement Skill?
Make tests pass. Invoke after /write-tests produces failing tests. Published by huggingface in OpenEnv. 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
- Documentation
- Writing
- Documentation use cases
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use implement Skill
- Use it for documentation.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: huggingface
- Repository: huggingface/OpenEnv
- Skill file: .claude/skills/implement/SKILL.md
What it does
Make tests pass. Invoke after /write-tests produces failing tests.
Skill instructions
/implement Make failing tests pass with minimal code. Usage /implement The implementer will automatically find failing tests from the most recent /write-tests run. When to Use - After /write-tests has created failing tests - When you have specific tests that need implementation - Never before tests exist When NOT to Use - No failing tests exist (run /write-tests first) - You want to add features not covered by tests - You want to refactor (use /simplify instead) What It Does 1. Finds the failing tests from /write-tests 2. Reads tests to understand requirements 3. Writes the minimum code to make tests pass 4. Runs tests after each change 5. Stops when ALL tests pass Output The implementer agent will produce: markdown Implementation Complete Tests Passed - testclientresetreturnsobservation ✓ - testclientstepadvancesstate ✓ - testclienthandlesinvalidaction ✓ Changes Made | File | Change | |------|--------| | src/openenv/core/client.py | Added reset() method | | src/openenv/core/client.py
Explore related resources
Frequently asked questions
What is implement?
implement is a open-source AI agent skill with Copy skill directory. Make tests pass. Invoke after /write-tests produces failing tests.
Who is implement best for?
implement is best for reusing agent instructions, scripts, and references, documentation workflows, writing workflows.
How do I install implement?
Install or run implement using Copy skill directory. Check implement for the latest setup command.
Is implement actively maintained?
implement may need a closer maintenance check before production use.
Auto-fetched from GitHub.