Skip to content

Ship staged skill release - #167

Merged
RomanOstr merged 8 commits into
mainfrom
release/local
Aug 5, 2026
Merged

Ship staged skill release#167
RomanOstr merged 8 commits into
mainfrom
release/local

Conversation

@RomanOstr

Copy link
Copy Markdown
Contributor

Staged skill lifecycle release branch.

@RomanOstr
RomanOstr merged commit 47ee7b8 into main Aug 5, 2026
3 checks passed
@RomanOstr
RomanOstr deleted the release/local branch August 5, 2026 05:02

@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: a97d913576

ℹ️ About Codex in GitHub

Your team has set up Codex to 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 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +760 to +763
applicable = bool(
manifest
and (manifest.exists() or manifest.is_symlink())
) or any(

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Skip full validation for zero-skill manifests

When repo health sees a repository that only has the materialized skills/skill-sections.json and no skills/*/SKILL.md, this makes compatibility applicable solely because the manifest exists, so it runs the full source validator. That validator still reports missing README.md, while make-repo-compatible intentionally skips source validation for zero-skill repositories, so a successfully materialized zero-skill compatible repo can immediately fail health audit. Keep the health/applicability path aligned with the zero-skill materializer outcome.

AGENTS.md reference: AGENTS.md:L87-L89

Useful? React with 👍 / 👎.

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