@554/publish-test

Test the automated skill publishing pipeline with a Python verification script.

1|2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/Starchild-ai-agent/community-skills --skill 554-publish-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: @554/publish-test
Source: https://github.com/Starchild-ai-agent/community-skills/tree/main/554/publish-test
Command: npx skills add https://github.com/Starchild-ai-agent/community-skills --skill 554-publish-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill serves as a verification mechanism for the automated publishing pipeline, ensuring all components function as expected.

Core Features & Use Cases

  • Pipeline Verification: Confirms OIDC authentication, GitHub commit/tag/release processes, and the skills.json index update.
  • Packaging Test: Validates the correct creation of the bundle.zip archive.
  • Use Case: Developers can use this skill to confirm that their changes are correctly processed and published by the CI/CD system without manual intervention.

Quick Start

Run the publish-test skill to execute its verification script.

Frequently Asked Questions about @554/publish-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify my CI/CD pipeline is publishing automation skills correctly?

To verify your CI/CD pipeline, you can run a publish-test skill that validates authentication, version control integration, and artifact packaging. It confirms OIDC authentication, GitHub commit/tag/release processes, and updates the skills index.

What does an automated skill publishing pipeline test check?

An automated skill publishing pipeline test checks OIDC authentication, GitHub commit/tag/release processes, and the skills.json index update. It also validates the correct creation of the bundle.zip archive to ensure proper artifact packaging.

Do I need manual intervention to validate changes processed by the CI/CD system?

No, you do not need manual intervention to validate changes processed by the CI/CD system. Developers can use a pipeline verification skill to confirm that changes are automatically processed and published correctly.

How to test Python script execution within an automated CI/CD environment?

To test Python script execution within an automated CI/CD environment, run a verification skill that validates successful execution of a simple Python script. This ensures the skill environment correctly executes scripts before distribution.

Why is my automated pipeline not creating the bundle.zip artifact correctly?

If your automated pipeline is not creating the bundle.zip artifact correctly, use a packaging test skill to validate the archive creation process. This verifies that artifact packaging mechanisms function as expected without manual checks.