# Minecraft CI Release

> Fixture with malformed workflow YAML.

- Skill: `comeonoliver/minecraft-ci-release-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add comeonoliver/minecraft-ci-release-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/comeonoliver/minecraft-ci-release-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: ComeOnOliver (https://skillmd.com/u/comeonoliver)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/comeonoliver/minecraft-ci-release-2

---


# Invalid YAML Fixture

## Secrets

- `GITHUB_TOKEN`

```yaml
name: Broken Workflow
on:
  push:
jobs:
  build:
    runs-on ubuntu-latest
    steps:
      - run: echo "broken"
```


