Skip to main content
Manusで任意のスキルを実行
ワンクリックで
liatrio
GitHub クリエイタープロフィール

liatrio

4 件の GitHub リポジトリにある 8 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
8
リポジトリ
4
更新
2026-07-15
リポジトリエクスプローラー

リポジトリと代表的な skills

fix
ソフトウェア開発者

Tier-2 local fixer for a red Renovate dependency PR that CI's automatic Tier-1 regeneration couldn't green. Invoke as `/fix <pr_number>` (or `/fix <branch>` / on an already-checked-out renovate/* branch). Checks out the PR, runs the deterministic regeneration phase, diagnoses the red state against the matched playbook, and classifies each change into three tiers — fixing mechanical/determinable API adaptations completely, making a best-effort first pass on semconv migrations (never bumping the semconv package), and deferring behavioural redesigns — with a report-only osv-scanner CVE-delta gate, returning a four-state structured recap. LOCAL EFFECTS ONLY — it never pushes and never posts PR comments. Do NOT use for non-Renovate branches, for merging, or to push/comment.

2026-07-15
renovate-default
ソフトウェア開発者

Fallback Renovate maintenance playbook, read by the `/fix` skill when no other `renovate-*` playbook matches a red Renovate dependency PR. Carries repository-wide conventions only (no dependency-specific knowledge). Use for mechanical dependency drift: a stale-generated-code `make generate` diff, `go mod tidy` / `make tidy-all` dropping a just-added require on a Go major-version import-path migration (the require is unused until imports are rewritten), a `make crosslink` replace-directive change, or a new lint failure. Select this only when the PR is NOT the otel collector core/contrib lockstep group (use `renovate-otel-core`) and does NOT surface semantic-convention breakage (use `renovate-semconv`).

2026-07-15
renovate-otel-core
ソフトウェア開発者

Renovate maintenance playbook, read by the `/fix` skill, covering the OTel collector core + contrib + API/SDK lockstep group (Renovate group label `group:otel-core-contrib`). Select when the PR moves `go.opentelemetry.io/collector` / `collector/**`, `github.com/open-telemetry/opentelemetry-collector-contrib/**`, or `go.opentelemetry.io/otel` / `otel/**` — plus the `mdatagen`/`builder` tools — which must move in lockstep or OCB fails to assemble the distribution. Failure signatures are OCB / builder / mdatagen version-mismatch errors on `make build`. Move the whole group or none; a green module-local check is NOT sufficient (the full OCB build is the gate). If the core bump surfaces semconv errors, overlay `renovate-semconv`.

2026-07-15
renovate-semconv
ソフトウェア開発者

Renovate maintenance playbook, read by the `/fix` skill, covering OpenTelemetry semantic-convention breakage. Select when a dependency bump surfaces semconv failure signatures in the failing logs — `undefined: semconv.`, a `sem_conv_version` mismatch, `semconv/v1`, or `has no field or method` on a semconv symbol — or when a package under `go.opentelemetry.io/otel/semconv/**` changes directly. A semconv migration is a deliberate manual, judgment-tier change: **never bump the semconv package** as a side effect; it terminates at best `partial`/`deferred`, never a confident `fixed`. Frequently overlaid on top of `renovate-otel-core` when a collector-core bump pulls a semconv change into generated code.

2026-07-15
4 件中 4 件のリポジトリを表示
すべてのリポジトリを表示しました