Skip to content

ci: add HOL skill-publish validate workflow#425

Closed
internet-dot wants to merge 8 commits intoBeehiveInnovations:mainfrom
internet-dot:hol-skill-validate
Closed

ci: add HOL skill-publish validate workflow#425
internet-dot wants to merge 8 commits intoBeehiveInnovations:mainfrom
internet-dot:hol-skill-validate

Conversation

@internet-dot
Copy link
Copy Markdown

@internet-dot internet-dot commented Apr 6, 2026

This repo already has enough skill metadata to validate in CI.

A couple of repo-specific details I checked first:

  • Connect external CLIs like Gemini CLI, Codex CLI, and Claude Code directly into your workflow
  • Automatically works around MCP's 25K limit for large prompts and responses
  • Multi-Model Code Review Workflow

This adds one workflow for . and leaves the runtime code alone.
It only runs the schema and trust checks for the skill metadata in validate mode.

If you would rather place the workflow under a different filename or point it at a different skill directory, I can adjust the branch.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

Copy link
Copy Markdown

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

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: 45755bdb9d

ℹ️ 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".

uses: hashgraph-online/skill-publish@v1
with:
mode: validate
skill-dir: .
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Point skill-dir to an actual skill package

The workflow validates skill-dir: ., but this repository does not contain the required SKILL.md and skill.json files at the root (or elsewhere); I checked the tree with rg --files | rg 'SKILL\.md|skill\.json' and found none. hashgraph-online/skill-publish documents skill-dir as required and expects those files, so this step will fail for every push/PR and can block CI until the path is changed to a real skill package directory (or the workflow is scoped to repos/paths that have one).

Useful? React with 👍 / 👎.

@internet-dot internet-dot changed the title Add HOL skill-publish validate workflow chore: add HOL skill-publish validate workflow Apr 6, 2026
@internet-dot internet-dot changed the title chore: add HOL skill-publish validate workflow ci: add HOL skill-publish validate workflow Apr 6, 2026
@internet-dot internet-dot deleted the hol-skill-validate branch April 8, 2026 19:10
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.

1 participant