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

DevExpGbb

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

収集済み skills
32
リポジトリ
9
更新
2026-06-18
リポジトリマップ

skills がある場所

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

#01
ghcp-architecture-n-more
7 件の skills · 2026-05-07
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
22%比率
#02
zava-agent-config
6 件の skills · 2026-06-15
ソフトウェア開発者ウェブ開発者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家
4 件の職業カテゴリ · 100% 分類済み
19%比率
#03
data-science
5 件の skills · 2026-05-20
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
16%比率
#04
zava-skills-workshop-template
4 件の skills · 2026-06-18
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
13%比率
#05
gh-devlake
3 件の skills · 2026-03-16
コンピュータ・情報システムマネージャーコンピュータシステムアナリストソフトウェア開発者
3 件の職業カテゴリ · 100% 分類済み
9.4%比率
#06
token-optimization
3 件の skills · 2026-05-12
コンピュータサイエンスの高等教育教員ソフトウェア開発者校正者・コピーマーカー
3 件の職業カテゴリ · 100% 分類済み
9.4%比率
#07
ai-native-dev-lab
2 件の skills · 2026-01-23
ウェブ開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
6.3%比率
#08
poisoned-tracing-skill
1 件の skills · 2026-05-06
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
3.1%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

azure-pricing
ソフトウェア開発者

Azure retail pricing and cost estimate workflow. Use when estimating Azure service costs, comparing SKUs or regions, building dev/uat/prd cost tables, pricing Azure Container Apps, PostgreSQL, Redis, Service Bus, Event Hubs, Storage, Key Vault, Log Analytics, or validating Azure monthly cost assumptions.

2026-05-07
az-cost-optimize
ソフトウェア開発者

Azure cost optimization workflow for Terraform IaC and deployed resources. Use when analyzing Azure spend, reducing costs, finding right-sizing opportunities, comparing dev/uat/prd environments, or creating cost optimization recommendations for Container Apps, PostgreSQL, Redis, Service Bus, Event Hubs, Storage, Key Vault, and Log Analytics.

2026-05-05
azure-terraform-best-practices
ソフトウェア開発者

Azure Terraform best practices and deployment preflight workflow. Use when creating, editing, reviewing, validating, or planning infra/**/*.tf, azurerm resources, tfvars environments, Azure Container Apps infrastructure, managed identity, Key Vault, networking, observability, or Terraform deployment readiness.

2026-05-05
java-docs
ソフトウェア開発者

Javadoc and Java API documentation guidance. Use when documenting public Java types, controllers, service contracts, records, exceptions, or non-obvious backend behavior in backend/**/*.java.

2026-05-05
java-junit
ソフトウェア品質保証アナリスト・テスター

JUnit 5 testing best practices for this Java Spring Boot backend. Use when adding or reviewing backend tests, Mockito tests, parameterized tests, Spring Boot test slices, integration tests, or Maven test commands.

2026-05-05
java-springboot
ソフトウェア開発者

Spring Boot best practices for Java 21 backend work. Use when creating, reviewing, refactoring, or testing backend/**/*.java, Spring Boot controllers/services/configuration, REST APIs, external clients, resilience, logging, validation, or Flyway-backed persistence in this repository.

2026-05-05
terraform-azurerm-set-diff-analyzer
ソフトウェア開発者

Analyze Terraform plan JSON output for AzureRM Provider Set-type attributes and distinguish false-positive order-only diffs from actual resource changes. Use when reviewing Terraform plans for Azure Application Gateway, Load Balancer, Firewall, Front Door, Network Security Group, route table, virtual network, private endpoint, or other azurerm resources with noisy nested block diffs.

2026-05-05
provision-golden-path
ソフトウェア開発者

Use this skill when a developer wants to stand up a NEW service, app, repository, or environment on the Zava golden path - phrases like 'provision', 'scaffold', 'spin up', 'bootstrap', 'create a new service/repo', 'I need a new microservice', or 'get me a repo with CI and Azure already wired up'. Also trigger when someone asks how to START a new component, where new services come from, or how to get a deployable repo with security, OIDC-to-Azure, and a deploy pipeline already configured - EVEN IF they never say 'golden path' or 'provision'. The skill gathers the service details conversationally, files the governed request through the platform's IssueOps front door, watches the run live, verifies the new repo and its live URL, and explains what was created and which guardrails were applied. Do NOT use for deploying changes to an existing service, changing infra of an already-provisioned repo, or creating arbitrary Azure resources outside the golden path.

2026-06-15
nextjs-modernizer
ウェブ開発者

Use this skill when the user asks to migrate, upgrade, or modernize a Next.js codebase from Next 14 to Next 15 — including phrasings like "bump next to 15", "upgrade next.js", "migrate to next 15", "next 15 upgrade", "we're stuck on next 14", or when preparing a major-version dependency PR involving next ^14.x. Also fires when the user mentions Next 15 indirect symptoms: async cookies/headers errors, sync params/searchParams warnings, fetch no longer cached by default, removed experimental.bundlePagesExternals or experimental.serverComponentsExternalPackages, react 19 peer warnings, GET route handlers losing default caching, NextRequest geo/ip removed, or asks for a migration plan / breaking changes audit on a Next 14 repo. This skill audits, classifies (SAFE / AUTOFIX / MANUAL), applies safe autofixes, and emits a phased migration plan grounded in the official Next.js 15 upgrade guide. It does NOT run the consumer's tests; it does NOT bump package.json; it emits a plan the team executes under review.

2026-05-07
framework-modernizer
ソフトウェア開発者

Use this skill when the user asks to migrate, upgrade, or modernize a Node.js codebase from Express 4 to Express 5 — including phrasings like "bump express to v5", "upgrade express", "migrate to express 5", "express deprecation warnings", "we're stuck on express 4", or when preparing a major-version dependency PR involving express ^4.x. Also fires when the user mentions removed Express APIs (app.del, res.send(status), the deprecated body-parser bundling), discontinued path-to-regexp 0.x patterns (e.g. unnamed wildcards `*` or optional segments `:id?`), or asks for a migration plan / breaking changes audit on an Express 4 repo. This skill audits, classifies (SAFE / AUTOFIX / MANUAL), applies safe autofixes, and emits a phased migration plan grounded in the official Express 5 migration guide. It does NOT run the consumer's tests; it emits a plan the team executes.

2026-05-07
panel-review
ソフトウェア品質保証アナリスト・テスター

Pre-push panel review of staged changes by architect + security personas. Catches design flaws and security gaps before the PR is even opened. Trigger before `git push` on any branch with non-trivial changes.

2026-05-06
meeting-to-issue
プロジェクト管理専門家

Turn a meeting transcript or summary into well-structured GitHub Issues with acceptance criteria, labels, milestone, and assignees. Trigger when given a Teams transcript, meeting notes, or product-discussion summary that contains action items.

2026-05-06
incident-to-pr
ソフトウェア開発者

Turn a Sev-1/Sev-2 incident postmortem into a remediation PR with the fix, regression test, and runbook update. Trigger when given a postmortem document containing identified root cause + agreed remediation.

2026-05-06
framework-modernizer
ソフトウェア開発者

Use this skill when the user asks to migrate, upgrade, or modernize a Node.js codebase from Express 4 to Express 5 — including phrasings like "bump express to v5", "upgrade express", "migrate to express 5", "express deprecation warnings", "we're stuck on express 4", or when preparing a major-version dependency PR involving express ^4.x. Also fires when the user mentions removed Express APIs (app.del, res.send(status), the deprecated body-parser bundling), discontinued path-to-regexp 0.x patterns (e.g. unnamed wildcards `*` or optional segments `:id?`), or asks for a migration plan / breaking changes audit on an Express 4 repo. This skill audits, classifies (SAFE / AUTOFIX / MANUAL), applies safe autofixes, and emits a phased migration plan grounded in the official Express 5 migration guide. It does NOT run the consumer's tests; it emits a plan the team executes.

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

Use this skill to drive a pull request from review to green CI. It composes the review-panel as its per-PR review primitive, folds non-blocking findings as commits, pushes, and watches CI to green. Activate when a PR needs end-to-end review-and-fix before merge. This is the advanced driver skill from the Agentic SDLC track.

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

Use this skill to run a multi-persona expert advisory review on a labelled pull request against zava-storefront. The panel fans out to three specialist reviewers (correctness, security, test-coverage), each running in its own agent thread, plus a synthesizer that arbitrates and renders ONE recommendation comment. Activate when a PR is labelled `panel-review` or when a non-trivial PR needs a cross-cutting recommendation before merge.

2026-06-18
my-skill
ソフトウェア開発者

PLACEHOLDER — do not invoke. This folder exists only so `apm install` has something to resolve during workshop setup. Your real skill belongs in a NEW folder under .apm/skills/<your-skill>/, generated by your harness from a Genesis design. See docs/tracks/.

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