スキル一覧に戻る
matt-riley

ci-images

by matt-riley

Personal URL shortening service - Entirely written by Copilot

0🍴 0📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: ci-images description: Work with this repo’s GitHub Actions CI and GHCR Docker image publishing workflow. Use when changing generation checks, tests, formatting, or when preparing a release and validating image tags. license: MIT compatibility: Local validation requires bash, git, Go, make; Docker publishing runs in GitHub Actions. metadata: repo: mjrwtf runner: github-copilot-cli version: 1.1 allowed-tools: Bash(git:) Bash(make:) Bash(go:) Bash(docker:) Read

Tooling assumptions

  • Use a terminal runner with bash and git available.
  • Prefer make targets when available; fall back to direct CLI commands when needed.

CI overview (local equivalents)

The CI workflow enforces:

  • generated code is up to date (templ + sqlc)
  • gofmt formatting
  • go vet
  • go test

Local one-liners:

make generate
make fmt
make vet
make test

Docker image publishing

Workflow: .github/workflows/docker-publish.yml

  • Runs on GitHub Release publish (and manually via workflow_dispatch)
  • Publishes to GHCR with tags:
    • semver vX.Y.Z
    • X.Y, X
    • latest on release

Suggested pre-release checklist

make test
make validate-openapi

If you changed SQL/templ, ensure make generate output is committed.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です