Skip to main content
mongodb
GitHub クリエイタープロフィール

mongodb

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

収集済み skills
109
リポジトリ
18
更新
2026年9月3日
リポジトリマップ

skills がある場所

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

#01
docs
62 件の skills · 2026年8月10日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家DTPオペレーター一般事務員ネットワーク・コンピュータシステム管理者
8 件の職業カテゴリ · 100% 分類済み
57%比率
#02
skill-gate
13 件の skills · 2026年6月26日
ソフトウェア開発者ネットワーク・コンピュータシステム管理者コンプライアンスオフィサーデータベースアーキテクト一般事務員情報セキュリティアナリスト
6 件の職業カテゴリ · 100% 分類済み
12%比率
#03
terraform-provider-mongodbatlas
8 件の skills · 2026年8月28日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
7.3%比率
#04
agent-skills
8 件の skills · 2026年7月20日
ソフトウェア開発者その他コンピュータ職
2 件の職業カテゴリ · 100% 分類済み
7.3%比率
#05
mongo-java-driver
2 件の skills · 2026年5月11日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
1.8%比率
#06
mongo-efcore-provider
2 件の skills · 2026年8月13日
ソフトウェア品質保証アナリスト・テスター
1 件の職業カテゴリ · 100% 分類済み
1.8%比率
#07
leafygreen-ui
2 件の skills · 2026年5月6日
ウェブ・デジタルインターフェースデザイナーウェブ開発者
2 件の職業カテゴリ · 100% 分類済み
1.8%比率
#08
mongo-hibernate
2 件の skills · 2026年8月5日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
1.8%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

mercury-fix
ソフトウェア開発者

Turn a Mercury mismatch ticket into a reviewable docs edit. Reads the ticket, resolves its URL(s) field to a source file in content/, classifies the requested change into one of six known patterns, and applies the matching edit recipe. Handles…

2026年8月10日
jira
プロジェクト管理専門家

Use this skill for any Jira operation in the DOCSP project — creating, viewing, searching, updating, transitioning, commenting on, or linking tickets. Also handles follow-up ticket creation to manage scope creep. TRIGGER when: user mentions a DOCSP-XXXXX…

2026年8月7日
language-tabs-to-composable-scripted
ソフトウェア開発者

Converts RST pages using language tabs to composable tutorial format. Script-first: uses analyze.py and convert.py for automation, with manual fallback steps for large pages and edge cases. Canonical reference — consolidates language-tabs-to-composable…

2026年8月6日
open-pr
ソフトウェア開発者

Opens a GitHub Pull Request with the standard PR template: Description, Staging Links, and JIRA ticket. Infers the ticket from the branch name and generates staging preview URLs from changed files after the PR is created. TRIGGER when: user asks to open,…

2026年8月3日
add-redirects
ソフトウェア開発者

Add redirects when MongoDB documentation pages are renamed, moved, or deleted under content/. Use this skill when page .txt files are renamed/moved/deleted in content/*/source/.

2026年7月31日
pr-coverage-check
ソフトウェア開発者

Compare a docs PR against the engineering PR (and Jira) it documents, and produce a short list of pointers — not a full report — telling an engineering reviewer exactly where to look and why, to speed up tech review. Human supplies the PR and ticket URLs; the…

2026年7月29日
dochub
ソフトウェア開発者

Create or update a DocHub link (dochub.mongodb.org/core/<key>) so product UI and error messages point at docs through a stable vanity URL, or check whether a moved/renamed/deleted docs page has broken any DocHub link. Use when a writer or stakeholder asks to…

2026年7月24日
docs-drift
ソフトウェア開発者

Detect drift between a documentation property and its source code, classify each finding (Confirmed / Tracked / Upcoming / Intentional / Needs-eng- confirmation), and draft held DOCSP tickets for confirmed drift only. Runs against any property given a…

2026年7月24日
収集済み skill 62 件中 8 件を表示しています。
収集済み skill 13 件中 8 件を表示しています。
autogen-create-resource
ソフトウェア開発者

Use when creating a brand-new autogenerated (serviceapi) resource in this provider from an OpenAPI spec — "autogenerate new terraform resource <name>", a new-resource workflow dispatch, or any request to add a new autogen resource together with its acceptance…

2026年8月28日
autogen-update-resource
ソフトウェア開発者

Use when updating an existing autogenerated (serviceapi) resource for API spec changes — typically surfaced by the "Updates auto-generated production resources (DO NOT MERGE)" bot PR or a scheduled regeneration diff, or when asked to incorporate a spec…

2026年8月28日
pr-and-documentation-standards
ソフトウェア品質保証アナリスト・テスター

Use when creating PRs, writing or editing documentation (schema descriptions, docs markdown, examples), creating or restructuring examples/, reviewing code, or adding changelog entries.

2026年8月28日
acceptance-test-patterns
ソフトウェア品質保証アナリスト・テスター

Best practices for writing and organizing acceptance tests in this Terraform provider. Use when creating new acceptance tests, modifying existing tests, fixing flaky tests, or reviewing test code. Covers test consolidation, avoiding duplicates, plural data…

2026年8月18日
autogen-config
ソフトウェア開発者

Authoring and reviewing `tools/codegen/config.yml` entries for autogenerated (serviceapi) resources. Use when creating the config.yml entry for a new autogen resource, adding or changing schema overrides (computability, sensitive, collection type,…

2026年8月18日
terraform-resource-development
ソフトウェア開発者

Best practices for developing Terraform resources and data sources in this provider. Use when creating new resources, modifying schema definitions, implementing CRUD operations, handling state transitions, or working with autogenerated resources.

2026年8月17日
monthly-test-suite-summary
ソフトウェア品質保証アナリスト・テスター

Build the monthly test-stability summary for the OpEx document (Test stability → Overall metrics section) for the mongodb/terraform-provider-mongodbatlas repo. Aggregates the daily summarize-test-suite verdicts of one calendar month into a paste-ready…

2026年8月14日
summarize-test-suite
ソフトウェア品質保証アナリスト・テスター

Summarize a GitHub Actions test suite run for the mongodb/terraform-provider-mongodbatlas repo — fetches job logs, classifies failures, and produces a Slack summary led by an explicit code-regression verdict. Use when the user shares a workflow run URL or…

2026年8月14日
mongodb-atlas-stream-processing
ソフトウェア開発者

Manages MongoDB Atlas Stream Processing (ASP) workflows. Handles workspace provisioning, data source/sink connections, processor lifecycle operations, debugging diagnostics, and tier sizing. Supports Kafka, Atlas clusters, S3, HTTPS, and Lambda integrations…

2026年7月20日
mongodb-connection
ソフトウェア開発者

Optimize MongoDB client connection configuration (pools, timeouts, patterns) for any supported driver language. Use this skill when working/updating/reviewing on functions that instantiate or configure a MongoDB client (eg, when calling `connect()`),…

2026年7月20日
mongodb-mcp-setup
ソフトウェア開発者

Guide users through configuring key MongoDB MCP server options. Use this skill when a user has the MongoDB MCP server installed but hasn't configured the required environment variables, or when they ask about connecting to MongoDB/Atlas and don't have the…

2026年7月20日
mongodb-natural-language-querying
ソフトウェア開発者

Generate read-only MongoDB queries (find) or aggregation pipelines using natural language, with collection schema context and sample documents. Use this skill whenever the user asks to write, create, or generate MongoDB queries, wants to…

2026年7月20日
mongodb-query-optimizer
ソフトウェア開発者

Help with MongoDB query optimization and indexing. Use only when the user asks for optimization or performance: "How do I optimize this query?", "How do I index this?", "Why is this query slow?", "Can you fix my slow queries?", "What are the slow queries on…

2026年7月20日
mongodb-schema-design
ソフトウェア開発者

MongoDB schema design patterns and anti-patterns. Use when designing data models, reviewing schemas, migrating from SQL, or troubleshooting performance issues caused by schema problems. Triggers on "design schema", "embed vs reference", "MongoDB data model",…

2026年7月20日
mongodb-search-and-ai
ソフトウェア開発者

Guides MongoDB users through implementing and optimizing Atlas Search (full-text), Vector Search (semantic), and Hybrid Search solutions. Use this skill when users need to build search functionality for text-based queries (autocomplete, fuzzy matching,…

2026年7月20日
review-skill
その他コンピュータ職

Review a proposed Agent Skill for structural validity and content quality before publishing. Runs the skill-validator CLI to check for structural issues, scores the skill with an LLM judge, and interprets results to advise SMEs on what to address. Use when a…

2026年3月27日
18 件中 12 件のリポジトリを表示