Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
opsmill
Profil créateur GitHub

opsmill

Vue par dépôt de 102 skills collectés dans 9 dépôts GitHub.

skills collectés
102
dépôts
9
mis à jour
2026-07-10
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
infrahub
29 skills · 2026-07-10
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAutres occupations informatiquesSpécialistes en gestion de projets
4 catégories métier · 100% classifié
28%part
#02
infrahub-mcp
18 skills · 2026-05-05
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logicielsSpécialistes en gestion de projetsSecrétaires de direction et assistants administratifs
4 catégories métier · 100% classifié
18%part
#03
infrahub-sdk-python
15 skills · 2026-07-10
Développeurs de logicielsSpécialistes en gestion de projetsAnalystes en assurance qualité des logiciels et testeursAutres occupations informatiques
4 catégories métier · 100% classifié
15%part
#04
infrahub-skills
12 skills · 2026-07-03
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes des systèmes informatiquesArchitectes de bases de donnéesSpécialistes en gestion de projets
5 catégories métier · 100% classifié
12%part
#05
infrahub-demo-service-catalog
9 skills · 2026-05-29
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesArchitectes de bases de donnéesConcepteurs web et d'interfaces numériques
4 catégories métier · 100% classifié
8.8%part
#06
infrahub-demo-dc
9 skills · 2026-05-22
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeurs
3 catégories métier · 100% classifié
8.8%part
#07
infrahub-ansible
7 skills · 2026-06-29
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursSpécialistes en gestion de projets
3 catégories métier · 100% classifié
6.9%part
#08
infrahub-sync
2 skills · 2026-06-22
Développeurs de logiciels
1 catégories métier · 100% classifié
2.0%part
Les 8 principaux dépôts sont affichés ici ; la liste complète continue ci-dessous.
explorateur de dépôts

Dépôts et skills représentatifs

audit-docs
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-28
speckit-review-comments
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-28
speckit-review-errors
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-28
speckit-review-run
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-28
speckit-review-simplify
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-28
speckit-review-tests
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-28
Affichage des 8 principaux skills collectés sur 29 dans ce dépôt.
Affichage des 8 principaux skills collectés sur 18 dans ce dépôt.
opsmill-dev-analyzing-bugs
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Affichage des 8 principaux skills collectés sur 15 dans ce dépôt.
infrahub-analyzing-data
Analystes des systèmes informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Architectes de bases de données

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Affichage des 8 principaux skills collectés sur 12 dans ce dépôt.
infrahub-common
Développeurs de logiciels

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
Développeurs de logiciels

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
Administrateurs de réseaux et de systèmes informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Concepteurs web et d'interfaces numériques

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
Administrateurs de réseaux et de systèmes informatiques

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
Architectes de bases de données

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
Affichage des 8 principaux skills collectés sur 9 dans ce dépôt.
infrahub-analyzing-data
Administrateurs de réseaux et de systèmes informatiques

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Affichage des 8 principaux skills collectés sur 9 dans ce dépôt.
commit
Développeurs de logiciels

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
Spécialistes en gestion de projets

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
Spécialistes en gestion de projets

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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 dépôts affichés sur 9
Tous les dépôts sont affichés