eve-job-debugging

Debug via the Eve CLI exclusively. This replicates the client experience — clients don't have kubectl or host access.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "eve-job-debugging" with this command: npx skills add incept5/eve-skillpacks/incept5-eve-skillpacks-eve-job-debugging

Eve Job Debugging

CLI-Only Debugging

Debug via the Eve CLI exclusively. This replicates the client experience — clients don't have kubectl or host access.

Every debugging capability must be available through the CLI. If you find yourself needing system tools to diagnose a job issue, that's a gap in our CLI that should be fixed.

Monitor

  • eve job follow <id> to stream logs.

  • eve job wait <id> --timeout 300 --json to wait on completion.

  • eve job result <id> --format text for the latest result.

Diagnose

  • eve job diagnose <id> for timeline and error summary.

  • eve job show <id> --verbose for attempts and phase.

  • eve job dep list <id> for dependency blocks.

System health

  • eve system health to confirm the API is reachable.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

eve-local-dev-loop

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

eve-cli-primitives

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

eve-app-cli

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

eve-web-ui-testing-agent-browser

No summary provided by upstream source.

Repository SourceNeeds Review