Skip to content

Releases: ZenterFlow/claude-priority-action

v1.0.2 - Release to Marketplace

05 Nov 14:21

Choose a tag to compare

πŸŽ‰ Claude Priority Validator - Initial Release

Automatically validate Claude Code plugins for marketplace compliance in your CI/CD pipeline.

✨ Features

  • βœ… Naming Conventions: Validates lowercase-with-hyphens format
  • βœ… JSON Schema: Checks marketplace.json for required fields
  • βœ… Frontmatter Format: Validates YAML frontmatter in skill files
  • βœ… Semantic Versioning: Ensures correct version format (x.y.z)
  • βœ… Clear Error Messages: GitHub Actions annotations for easy debugging

πŸš€ Quick Start

```yaml

  • uses: ZenterFlow/claude-priority-action@v1
    with:
    plugin-path: '.'
    ```

πŸ“Š What's Included

  • Comprehensive validation script (300+ lines)
  • Full test suite (15 automated tests, all passing βœ…)
  • 4 usage examples
  • Complete documentation

πŸ§ͺ Testing

All 15 tests passing!

πŸ“š Documentation

See the README for complete usage guide and examples.

v1.0.1 - Initial Release to Marketplace

05 Nov 14:16

Choose a tag to compare

πŸŽ‰ Claude Priority Validator - Initial Release

Automatically validate Claude Code plugins for marketplace compliance in your CI/CD pipeline.

✨ Features

  • βœ… Naming Conventions: Validates lowercase-with-hyphens format
  • βœ… JSON Schema: Checks marketplace.json for required fields
  • βœ… Frontmatter Format: Validates YAML frontmatter in skill files
  • βœ… Semantic Versioning: Ensures correct version format (x.y.z)
  • βœ… Clear Error Messages: GitHub Actions annotations for easy debugging

πŸš€ Quick Start

```yaml

  • uses: ZenterFlow/claude-priority-action@v1
    with:
    plugin-path: '.'
    ```

πŸ“Š What's Included

  • Comprehensive validation script (300+ lines)
  • Full test suite (15 automated tests, all passing βœ…)
  • 4 usage examples
  • Complete documentation

πŸ§ͺ Testing

All 15 tests passing!

πŸ“š Documentation

See the README for complete usage guide and examples.

v1.0.0 - Initial Release

05 Nov 14:10

Choose a tag to compare

πŸŽ‰ Claude Priority Validator - Initial Release

Automatically validate Claude Code plugins for marketplace compliance in your CI/CD pipeline.

✨ Features

  • βœ… Naming Conventions: Validates lowercase-with-hyphens format
  • βœ… JSON Schema: Checks marketplace.json for required fields
  • βœ… Frontmatter Format: Validates YAML frontmatter in skill files
  • βœ… Semantic Versioning: Ensures correct version format (x.y.z)
  • βœ… Clear Error Messages: GitHub Actions annotations for easy debugging

πŸš€ Quick Start

```yaml

  • uses: ZenterFlow/claude-priority-action@v1
    with:
    plugin-path: '.'
    ```

πŸ“Š What's Included

  • Comprehensive validation script (300+ lines)
  • Full test suite (15 automated tests, all passing βœ…)
  • 4 usage examples
  • Complete documentation

πŸ§ͺ Testing

All 15 tests passing!

πŸ“š Documentation

See the README for complete usage guide and examples.