AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Workflow Fix Template

skill-jajupmochi-agent-harness-workflow-fix · by jajupmochi

A Claude skill from jajupmochi/agent-harness.

No reviews yet
0 installs
22 views
0.0% view→install

Install

$ agentstack add skill-jajupmochi-agent-harness-workflow-fix

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jajupmochi-agent-harness-workflow-fix)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Workflow Fix Template? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

workflow-fix-template

RESEARCH phase checklist

  1. List ALL workflow files: ls .github/workflows/
  2. Check CI run logs (gh CLI or web UI): gh run list --limit 5; gh run view --log
  3. Identify EVERY failing job — do not stop at the first one
  4. For each failure: read the log output, identify root cause
  5. Common failure patterns:
  • Gitleaks false positives → needs .gitleaks.toml
  • npm ERROSSLEVPUNSUPPORTED → needs NODEOPTIONS=--openssl-legacy-provider
  • Missing binary → check bin field in package.json
  • Permission denied → check chmod +x, workflow scope
  • Raw URL 404 → check file paths in raw-url job

DESIGN phase checklist

  1. For each failure: design minimal fix
  2. Check if fix affects other jobs in the same workflow
  3. Check if fix affects the OTHER workflow file (install-verify ↔ privacy-scan)
  4. Any new config files needed? (.gitleaks.toml, .npmrc, etc.)

PLAN template

1. Fix [JOB_NAME] in [WORKFLOW_FILE]: [ROOT_CAUSE] → [FIX]
2. Fix [JOB_NAME] in [WORKFLOW_FILE]: [ROOT_CAUSE] → [FIX]
3. Create [CONFIG_FILE] if needed
4. Local verify: [VERIFY_COMMANDS]
5. Commit with conventional format: fix(ci): [DESCRIPTION]
6. Push
7. Check CI status: gh run watch

VERIFY phase checklist

  1. Run CI locally if possible
  2. Push and watch: gh run watch
  3. ALL jobs must pass — if any fail, go back to RESEARCH
  4. Check both main AND codex-adapter branches
  5. Confirm no regression in previously-passing jobs

Anti-patterns

  • Fixing only the first error found → audit ALL failures
  • Assuming a fix works without checking CI → always verify
  • Forgetting to check the OTHER workflow file → cross-check both
  • Using force push for workflow fixes → use normal push, let CI validate

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.