Run Maintainer E2E
SkillDev toolsLets your agent start and report GitHub Actions end-to-end test runs for PRs, releases, and staging checks.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Run Maintainer E2E skill
About this capability
Dispatches and reports trusted GitHub Actions E2E runs. Use for focused, full, staging Launchable, manual PR, and release-decision requests.
What this skill tells your AI
The instructions your AI receives, as published by nvidia/nemoclaw in .agents/skills/nemoclaw-maintainer-e2e/SKILL.md and read by ahel’s review.
Route the Request
| Request | Procedure |
|---|---|
| Run working-tree source or a selected local commit | Local Runs |
| Run the latest PR commit on GitHub, including failure-triggered comparison with its exact base | Manual PR Runs |
Run the current main commit on GitHub | Main Runs and the Launchable boundary below |
| Inspect existing evidence for a release decision | Report the Release Context |
| Classify one failed GitHub Actions job | Load nemoclaw-maintainer-classify-ci-failure; this skill still owns dispatch and run-level reporting. |
A new GitHub candidate run tests the latest PR commit or the current main commit.
Manual PR runs may replay the PR base after a candidate failure, as described in their procedure.
Report arbitrary historical candidate selection as unsupported. Preserve the workflow's identity and trust checks.
Push runs select change-relevant E2E and publish Relevant E2E; they do not always run the full
suite. Only a full manual run publishes Release qualification. That aggregate reports the full
suite; it does not decide whether a tag can proceed. A generic E2E request does not authorize
Exact staging Brev Launchable.
Use .github/workflows/e2e.yaml from trusted main for GitHub runs. Do not substitute local live
E2E unless the maintainer explicitly requests local execution. Do not load a dispatch reference for
a release inspection unless the maintainer requests a new run.
Staging Brev Launchable Boundary
Read Staging Launchable before a dispatch that includes
Exact staging Brev Launchable. It owns the credential, deployment, cleanup, artifact, and queue
boundaries. A generic E2E request does not authorize that job.
Report the Release Context
Read Release Context to inspect the newest identifiable full
manual main run and report its commit, times, attempt, aggregate, and non-successful jobs.
This is read-only. The caller owns the release decision.
Handoff
Return:
- the mode and selectors;
- the tested commit;
- the result;
- the workflow URL; and
- relevant job URLs.
A focused run supplements the reported full-run status; it does not become a full run.
Do not ask for release confirmation or decide whether a release can proceed. The release-tag skill owns the general E2E decision and records any reason for proceeding with an exceptional general E2E status.
Access Failures
Follow the shared Git and GitHub Access Hard Stop.
Signals
- GitHub stars
- 22k
- Forks
- 3k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
nemoclaw-maintainer-e2e- Source
- github.com/nvidia/nemoclaw