Skip to content

feat: add github-actions-debugger skill#750

Merged
sickn33 merged 4 commits into
sickn33:mainfrom
GeekLuffy:feat/add-github-actions-debugger
Jun 26, 2026
Merged

feat: add github-actions-debugger skill#750
sickn33 merged 4 commits into
sickn33:mainfrom
GeekLuffy:feat/add-github-actions-debugger

Conversation

@GeekLuffy

Copy link
Copy Markdown
Contributor

Pull Request Description

This PR adds the github-actions-debugger skill. This skill is designed to act as an expert CI/CD diagnostician, specifically focused on reading raw logs from failed GitHub Actions, identifying root causes (like dependency mismatches, missing secrets, caching issues, or deprecated actions), and proposing precise YAML or code changes to fix the pipeline.

Change Classification

  • Skill PR
  • Docs PR
  • Infra PR

Issue Link (Optional)

N/A

Quality Bar Checklist ✅

All applicable items must be checked before merging.

  • Standards: I have read docs/contributors/quality-bar.md and docs/contributors/security-guardrails.md.
  • Metadata: The SKILL.md frontmatter is valid (checked with npm run validate).
  • Risk Label: I have assigned the correct risk: tag (safe).
  • Triggers: The "When to use" section is clear and specific.
  • Limitations: The skill includes a ## Limitations (or equivalent accepted constraints) section.
  • Security: If this is an offensive skill, I included the "Authorized Use Only" disclaimer. (N/A - Not an offensive skill)
  • Safety scan: If this PR adds or modifies SKILL.md command guidance, remote/network examples, or token-like strings, I ran npm run security:docs (or equivalent hardening check) and addressed any findings.
  • Automated Skill Review: If this PR changes SKILL.md, I checked the skill-review GitHub Actions result and addressed any actionable feedback.
  • Manual Logic Review: If this PR changes SKILL.md or risky guidance, I manually reviewed the logic, safety, failure modes, and risk: label instead of relying on automated checks alone.
  • Local Test: I have verified the skill works locally.
  • Repo Checks: I ran npm run validate:references if my change affected docs, workflows, or infrastructure. (N/A)
  • Source-Only PR: I did not manually include generated registry artifacts (CATALOG.md, skills_index.json, data/*.json) in this PR.
  • Credits: I have added the source credit in README.md (if applicable). (N/A)
  • License provenance: If this skill imports from an external source_repo, I have declared license: and license_source: in the frontmatter, or confirmed the upstream repo carries no restricting license. (N/A)
  • Maintainer Edits: I enabled Allow edits from maintainers on the PR.

Screenshots (if applicable)

N/A

@GeekLuffy GeekLuffy requested a review from sickn33 as a code owner June 25, 2026 11:49
devin-ai-integration[bot]

This comment was marked as resolved.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4038fdb6c8

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread skills/github-actions-debugger/SKILL.md Outdated

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 new potential issue.

Open in Devin Review

Comment thread skills/github-actions-debugger/SKILL.md

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 new potential issue.

Open in Devin Review

Comment thread skills/github-actions-debugger/SKILL.md
@sickn33 sickn33 merged commit 00c5981 into sickn33:main Jun 26, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants