Evergreen CI infrastructure, configuration validation. Use when modifying .evergreen/ config, preparing to submit changes or understanding the Evergreen test matrix.
62
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/evergreen/SKILL.mdPrimary CI runs on MongoDB’s Evergreen system.
Configuration lives in .evergreen/.
.evergreen/ configuration without reviewAfter modifying .evergreen/ files, validate the config locally:
evergreen validate .evergreen/.evg.ymlAlways run this before submitting changes to .evergreen/ to catch syntax errors and invalid task definitions.
To test your changes on Evergreen before merging, create a patch build:
evergreen patch -uThis uploads your uncommitted and committed local changes as a patch build on Evergreen, allowing you to run the full CI test matrix against your branch.
dd814f8
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.