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

opsmill

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

収集済み skills
102
リポジトリ
9
更新
2026-07-10
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
infrahub
29 件の skills · 2026-07-10
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターその他コンピュータ職プロジェクト管理専門家
4 件の職業カテゴリ · 100% 分類済み
28%比率
#02
infrahub-mcp
18 件の skills · 2026-05-05
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者プロジェクト管理専門家上級秘書・行政アシスタント
4 件の職業カテゴリ · 100% 分類済み
18%比率
#03
infrahub-sdk-python
15 件の skills · 2026-07-10
ソフトウェア開発者プロジェクト管理専門家その他コンピュータ職ソフトウェア品質保証アナリスト・テスター
4 件の職業カテゴリ · 100% 分類済み
15%比率
#04
infrahub-skills
12 件の skills · 2026-07-03
ソフトウェア開発者コンピュータシステムアナリストデータベースアーキテクトネットワーク・コンピュータシステム管理者プロジェクト管理専門家
5 件の職業カテゴリ · 100% 分類済み
12%比率
#05
infrahub-demo-service-catalog
9 件の skills · 2026-05-29
ソフトウェア開発者ネットワーク・コンピュータシステム管理者ウェブ・デジタルインターフェースデザイナーデータベースアーキテクト
4 件の職業カテゴリ · 100% 分類済み
8.8%比率
#06
infrahub-demo-dc
9 件の skills · 2026-05-22
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者
3 件の職業カテゴリ · 100% 分類済み
8.8%比率
#07
infrahub-ansible
7 件の skills · 2026-06-29
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家
3 件の職業カテゴリ · 100% 分類済み
6.9%比率
#08
infrahub-sync
2 件の skills · 2026-06-22
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
2.0%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

audit-docs
ソフトウェア開発者

Audits documentation completeness for a feature branch, subject, or set of existing docs — maps changes across Infrahub's documentation layers, reports gaps, and optionally applies the fixes. TRIGGER when: the user wants to audit or check documentation coverage, find doc gaps after a feature branch, or verify docs are still current for a subject or specific files. DO NOT TRIGGER when: authoring new documentation from scratch → use the add-docs flow; only linting/formatting Markdown → run `uv run invoke docs.lint`.

2026-07-10
speckit-critique-run
ソフトウェア開発者

Perform a dual-lens critical review of the specification and plan from both product strategy and engineering risk perspectives before implementation.

2026-06-28
speckit-review-code
ソフトウェア品質保証アナリスト・テスター

General code quality review — project guideline compliance, bug detection, code quality analysis.

2026-06-28
speckit-review-comments
ソフトウェア品質保証アナリスト・テスター

Code comment accuracy verification, documentation completeness assessment, comment rot detection.

2026-06-28
speckit-review-errors
ソフトウェア品質保証アナリスト・テスター

Error handling review — silent failure detection, catch block analysis, error logging.

2026-06-28
speckit-review-run
ソフトウェア品質保証アナリスト・テスター

Comprehensive code review using specialized agents — orchestrates code, comments, tests, errors, types, and simplify agents sequentially.

2026-06-28
speckit-review-simplify
ソフトウェア品質保証アナリスト・テスター

Code simplification suggestions — clarity, unnecessary complexity, redundant abstractions. Advisory only.

2026-06-28
speckit-review-tests
ソフトウェア品質保証アナリスト・テスター

Test coverage quality analysis — behavioral coverage, critical gap identification, test resilience evaluation.

2026-06-28
このリポジトリの収集済み skills 29 件中、上位 8 件を表示しています。
このリポジトリの収集済み skills 18 件中、上位 8 件を表示しています。
opsmill-dev-analyzing-bugs
ソフトウェア開発者

Performs root-cause analysis of a bug — from a GitHub issue, an issue URL, or a free-text description — before any reproduction or fix is written. TRIGGER when: triaging or diagnosing a bug, investigating why something misbehaves, an issue number/URL handed over for analysis, needing the root cause before touching code. DO NOT TRIGGER when: a failing reproduction test already exists and you are ready to fix → opsmill-dev-fixing-bugs; writing that reproduction test → opsmill-dev-test-driving-bugs; capturing a new bug as a ticket → opsmill-dev-creating-issues.

2026-07-10
opsmill-dev-analyzing-dependency-bumps
ソフトウェア開発者

Produces a breaking-change / deprecation / opportunity report for a dependency-bump PR, grounded in how this codebase actually uses each bumped package, not the changelog alone. TRIGGER when: the user gives a PR URL or number for a dependency version bump (Dependabot, Renovate, or hand-rolled) and asks what could break, what changed, or whether it is safe to merge (e.g. "scan this dependabot PR", "what breaks if we take this bump", "is <PR url> safe to merge"). DO NOT TRIGGER when: the PR is a feature or bugfix rather than a dependency version bump → a code-review or bug skill instead.

2026-07-10
opsmill-dev-backporting-fixes
ソフトウェア開発者

Ports an existing fix from one long-lived branch to another (e.g. a stable fix landed on the development branch), adapting it to the target branch's current code rather than cherry-picking blindly. TRIGGER when: phrasings like "backport <fix/PR/commit> to <branch>", "port this stable fix to develop", "land <ticket> on <branch> too", or a fix that already exists on one branch has to land on another. DO NOT TRIGGER when: syncing one whole branch into another wholesale → opsmill-dev-merging-branches; replaying local work onto its base → opsmill-dev-rebase; fixing a brand-new bug that has no existing fix → opsmill-dev-analyzing-bugs / opsmill-dev-fixing-bugs.

2026-07-10
opsmill-dev-commit
ソフトウェア開発者

Stages and commits the current changes onto a safe working branch, enforcing branch discipline and optionally pushing upstream. TRIGGER when: the user wants to commit, save, or check in the current changes. DO NOT TRIGGER when: opening a pull request → opsmill-dev-pr.

2026-07-10
opsmill-dev-creating-issues
プロジェクト管理専門家

Turns a single feature idea, improvement, or bug into ONE well-structured GitHub issue. TRIGGER when: the user wants to file/open/create an issue, turn a feature idea or improvement into a ticket, or capture something missing or broken as a ticket. DO NOT TRIGGER when: breaking work into multiple issues or planning a body of work → a planning skill; writing a full Product Requirements Document → opsmill-dev-creating-prd; the idea is still fuzzy and unhardened → opsmill-dev-grilling-ideas first.

2026-07-10
opsmill-dev-creating-prd
プロジェクト管理専門家

Synthesises the current conversation context into a Product Requirements Document and publishes it to GitHub (as a comment on a referenced issue, or a new issue). Synthesises from context; does not interview. TRIGGER when: the conversation has produced enough understanding of a feature and the user wants it captured as a PRD. DO NOT TRIGGER when: a single small issue is enough → opsmill-dev-creating-issues; the idea has not been stress-tested yet → opsmill-dev-grilling-ideas first; bug reports.

2026-07-10
opsmill-dev-fixing-bugs
ソフトウェア開発者

Implements and validates the fix for a bug once a failing reproduction test exists. TRIGGER when: a bug has a failing reproduction test and you are ready to make it pass, implementing the root-cause fix, the final step of the bug-fixing pipeline. DO NOT TRIGGER when: no reproduction test exists yet → opsmill-dev-test-driving-bugs; still diagnosing, or asked to fix a bug with no analysis or reproduction test yet → opsmill-dev-analyzing-bugs.

2026-07-10
opsmill-dev-grilling-ideas
プロジェクト管理専門家

Stress-tests a fuzzy or vague feature idea before any PRD, spec, or ticket is written. TRIGGER when: the user has a fuzzy feature idea — one or two paragraphs, vague on users / scope / success — and wants to harden it, or says "grill / stress-test / pressure-test this idea." DO NOT TRIGGER when: the idea is already turned into a spec or PRD; bug fixes or refactors; the idea is hardened and you are ready to write the PRD → opsmill-dev-creating-prd.

2026-07-10
このリポジトリの収集済み skills 15 件中、上位 8 件を表示しています。
infrahub-analyzing-data
コンピュータシステムアナリスト

Analyzes and correlates live Infrahub data via the MCP server — answers operational questions, detects drift, and investigates impact. TRIGGER when: querying infrastructure data, checking compliance, investigating change impact, producing ad-hoc reports. DO NOT TRIGGER when: writing automated checks, building transforms, designing schemas, populating data files. ALWAYS pass the user's question verbatim as args — this skill runs in a forked context and cannot see the parent conversation. Invoking without args will fail.

2026-07-03
infrahub-common
ソフトウェア開発者

Shared references and cross-cutting rules for all Infrahub skills — GraphQL syntax, .infrahub.yml format, and common patterns. DO NOT TRIGGER directly — loaded automatically by other Infrahub skills when they need shared references.

2026-07-03
infrahub-auditing-repo
ソフトウェア開発者

Audits an Infrahub repository against best practices and rules, producing a structured compliance report. TRIGGER when: reviewing repo for compliance, onboarding to existing project, pre-deployment validation, catching issues. DO NOT TRIGGER when: creating schemas, writing checks/generators, querying live data, populating objects.

2026-07-02
infrahub-managing-schemas
データベースアーキテクト

Creates, validates, and modifies Infrahub schema YAML files — nodes, generics, attributes, relationships, and extensions. TRIGGER when: designing data models, adding schema nodes, validating schema definitions, planning schema migrations, modeling file objects / attachments / uploads (storing PDFs, diagrams, images, certificates, documents as Infrahub objects). DO NOT TRIGGER when: populating data objects, writing checks/generators/transforms, querying live data.

2026-06-28
infrahub-managing-generators
ソフトウェア開発者

Creates Infrahub Generators — design-driven automation that builds infrastructure objects from templates and topology definitions. TRIGGER when: building design-to-implementation workflows, auto-creating objects from templates, topology-driven generation. DO NOT TRIGGER when: designing schemas, writing data transforms, querying live data, populating static data files.

2026-06-28
infrahub-managing-checks
ソフトウェア開発者

Creates Infrahub check definitions — Python validation logic, GraphQL queries, and YAML-driven tests for proposed change pipelines. TRIGGER when: writing validation checks, creating Python checks, building data quality guards for proposed changes, writing or running tests for a check. DO NOT TRIGGER when: designing schemas, querying live data, building transforms or generators.

2026-06-27
infrahub-managing-transforms
ソフトウェア開発者

Creates Infrahub transforms that convert data into JSON, text, CSV, or device configs using Python or Jinja2 templates, with YAML-driven tests. TRIGGER when: building config generation, data export, format conversion, Jinja2 templates, artifact pipelines, writing or running tests for a transform. DO NOT TRIGGER when: designing schemas, writing validation checks, creating generators, querying live data.

2026-06-27
infrahub-importing-data
ソフトウェア開発者

Converts CSV/TSV inputs into Infrahub object YAML and loads them onto a fresh branch. Handles a single file, a folder of files, an explicit list of paths, and one-big-denormalized-sheet exports. TRIGGER when: importing CSV, loading CSV/TSV into Infrahub, ingesting spreadsheet data, converting CSV to Infrahub objects, splitting a denormalized CSV across multiple kinds. DO NOT TRIGGER when: running `infrahubctl import load` against an LDJSON dump (different format and tool), designing or modifying schemas (this skill is read-only against the schema and fails closed on unmapped columns), exporting data from Infrahub (use `infrahubctl object get -o csv` for single-kind export), or ingesting JSON/XLSX (v1 is CSV+TSV only).

2026-06-23
このリポジトリの収集済み skills 12 件中、上位 8 件を表示しています。
infrahub-common
ソフトウェア開発者

Shared references and cross-cutting rules used by all Infrahub skills. Contains GraphQL query syntax, .infrahub.yml configuration format, and common rules for git integration, display label caching, and Python environment setup. DO NOT TRIGGER directly — loaded automatically by other Infrahub skills when they need shared references.

2026-05-29
infrahub-repo-auditor
ソフトウェア開発者

Audit an Infrahub repository against all best practices and rules. Use when reviewing a project for compliance, onboarding to an existing repo, or before deployment to catch issues early.

2026-05-29
infrahub-analyst
ネットワーク・コンピュータシステム管理者

Analyze and correlate Infrahub data using the MCP server. Use when querying live infrastructure data to answer operational questions, detect drift, correlate node types, investigate service impact, check maintenance windows, or produce ad-hoc reports — without writing pipeline code.

2026-03-30
infrahub-check-creator
ソフトウェア開発者

Create and manage Infrahub check definitions. Use when writing validation logic, creating Python checks that run in proposed change pipelines, or building data quality guards for Infrahub.

2026-03-30
infrahub-generator-creator
ソフトウェア開発者

Create and manage Infrahub Generators. Use when building design-driven automation that creates infrastructure objects from templates, topology definitions, or any design-to-implementation workflow in Infrahub.

2026-03-30
infrahub-menu-creator
ウェブ・デジタルインターフェースデザイナー

Create and manage Infrahub custom menus. Use when designing navigation menus, organizing node types in the UI, or customizing the Infrahub web interface sidebar.

2026-03-30
infrahub-object-creator
ネットワーク・コンピュータシステム管理者

Create and manage Infrahub object data files. Use when populating infrastructure data, creating device instances, locations, organizations, module installations, or any other data objects for an Infrahub repository.

2026-03-30
infrahub-schema-creator
データベースアーキテクト

Create, validate, and modify Infrahub schemas. Use when designing data models, creating schema nodes with attributes and relationships, validating schema definitions, or planning schema migrations for Infrahub.

2026-03-30
このリポジトリの収集済み skills 9 件中、上位 8 件を表示しています。
infrahub-analyzing-data
ネットワーク・コンピュータシステム管理者

Analyzes and correlates live Infrahub data via the MCP server — answers operational questions, detects drift, and investigates impact. TRIGGER when: querying infrastructure data, checking compliance, investigating change impact, producing ad-hoc reports. DO NOT TRIGGER when: writing automated checks, building transforms, designing schemas, populating data files. ALWAYS pass the user's question verbatim as args — this skill runs in a forked context and cannot see the parent conversation. Invoking without args will fail.

2026-05-22
infrahub-auditing-repo
ソフトウェア品質保証アナリスト・テスター

Audits an Infrahub repository against best practices and rules, producing a structured compliance report. TRIGGER when: reviewing repo for compliance, onboarding to existing project, pre-deployment validation, catching issues. DO NOT TRIGGER when: creating schemas, writing checks/generators, querying live data, populating objects.

2026-05-22
infrahub-common
ソフトウェア開発者

Shared references and cross-cutting rules for all Infrahub skills — GraphQL syntax, .infrahub.yml format, and common patterns. DO NOT TRIGGER directly — loaded automatically by other Infrahub skills when they need shared references.

2026-05-22
infrahub-managing-checks
ソフトウェア開発者

Creates Infrahub check definitions — Python validation logic and GraphQL queries for proposed change pipelines. TRIGGER when: writing validation checks, creating Python checks, building data quality guards for proposed changes. DO NOT TRIGGER when: designing schemas, querying live data, building transforms or generators.

2026-05-22
infrahub-managing-generators
ソフトウェア開発者

Creates Infrahub Generators — design-driven automation that builds infrastructure objects from templates and topology definitions. TRIGGER when: building design-to-implementation workflows, auto-creating objects from templates, topology-driven generation. DO NOT TRIGGER when: designing schemas, writing data transforms, querying live data, populating static data files.

2026-05-22
infrahub-managing-menus
ソフトウェア開発者

Creates Infrahub custom navigation menus for the web UI sidebar, organizing node types into logical groups. TRIGGER when: designing sidebar menus, grouping node types in UI, customizing Infrahub web interface navigation. DO NOT TRIGGER when: designing schemas, writing checks or transforms, populating data objects.

2026-05-22
infrahub-managing-objects
ソフトウェア開発者

Creates and manages Infrahub object data YAML files for populating infrastructure instances — devices, locations, organizations, and modules. TRIGGER when: creating device instances, populating data files, defining locations or organizations, adding infrastructure objects. DO NOT TRIGGER when: designing schemas, writing Python checks/generators, querying live data.

2026-05-22
infrahub-managing-schemas
ソフトウェア開発者

Creates, validates, and modifies Infrahub schema YAML files — nodes, generics, attributes, relationships, and extensions. TRIGGER when: designing data models, adding schema nodes, validating schema definitions, planning schema migrations. DO NOT TRIGGER when: populating data objects, writing checks/generators/transforms, querying live data.

2026-05-22
このリポジトリの収集済み skills 9 件中、上位 8 件を表示しています。
commit
ソフトウェア開発者

Stages and commits the current changes onto a safe working branch, enforcing branch discipline and optionally pushing upstream. TRIGGER when: the user wants to commit, save, or check in the current changes. DO NOT TRIGGER when: opening a pull request → pr.

2026-06-29
creating-issues
プロジェクト管理専門家

Turns a single feature idea, improvement, or bug into ONE well-structured GitHub issue. TRIGGER when: the user wants to file/open/create an issue, turn a feature idea or improvement into a ticket, or capture something missing or broken as a ticket. DO NOT TRIGGER when: breaking work into multiple issues or planning a body of work → a planning skill; writing a full Product Requirements Document → creating-prd; the idea is still fuzzy and unhardened → grilling-ideas first.

2026-06-29
grilling-ideas
プロジェクト管理専門家

Stress-tests a fuzzy or vague feature idea before any PRD, spec, or ticket is written. TRIGGER when: the user has a fuzzy feature idea — one or two paragraphs, vague on users / scope / success — and wants to harden it, or says "grill / stress-test / pressure-test this idea." DO NOT TRIGGER when: the idea is already turned into a spec or PRD; bug fixes or refactors; the idea is hardened and you are ready to write the PRD → creating-prd.

2026-06-29
monitoring-pull-requests
ソフトウェア品質保証アナリスト・テスター

Watches an open pull request's CI until green and fixes failing checks. TRIGGER when: the user wants to watch a pull request's CI, babysit a PR until it goes green, or fix failing CI checks on an open PR. DO NOT TRIGGER when: opening the PR in the first place → pr; rebasing the branch onto its base → rebase.

2026-06-29
pr
ソフトウェア開発者

Opens a pull request, publishing the current branch as a PR. TRIGGER when: the user wants to open a pull request, publish the current branch as a PR, or take the current work through to an open PR. DO NOT TRIGGER when: only committing changes → commit; babysitting CI after the PR is already open → monitoring-pull-requests.

2026-06-29
quality-gates
ソフトウェア品質保証アナリスト・テスター

Shared in-workflow quality gates for code/PR skills — the gate model, trust tiers, and the three primitives (evidence-before-done, independent judge, anti-gaming). DO NOT TRIGGER directly — referenced by consumer skills via relative path.

2026-06-29
rebase
ソフトウェア開発者

Rebases a feature branch onto its latest base, resolving conflicts while preserving the intent of local changes, optionally force-pushing and watching CI afterward. TRIGGER when: the user wants to rebase a feature branch, update a branch against its base, or replay local work on top of the latest upstream. DO NOT TRIGGER when: merging a release branch into dev → merging-branches; only watching CI on an already-open PR → monitoring-pull-requests.

2026-06-29
9 件中 9 件のリポジトリを表示
すべてのリポジトリを表示しました