# Minecraft CI Release

> Fixture with a mutable remote action reference.

- Skill: `jahrome907/minecraft-ci-release-4` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jahrome907/minecraft-ci-release-4`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jahrome907/minecraft-ci-release-4/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Jahrome907 (https://skillmd.com/u/jahrome907)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jahrome907/minecraft-ci-release-4

---


# Mutable Action Fixture

```yaml
name: Build
on:
  pull_request:
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v6
      - run: echo ok
```

