Guide pull request creation, review automation, and merge strategies. Use when: creating PRs, automating reviews, configuring merge policies. Keywords: pull request, PR, merge, review, GitHub, GitLab.
原文の言語: 複数言語
メニュー
このリポジトリの skills
SkillsMP は AsiaOstrich/universal-dev-standards から 181 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
AsiaOstrich/universal-dev-standards収集済み skill 181 件中 40 件を表示しています。
Guide pull request creation, review automation, and merge strategies. Use when: creating PRs, automating reviews, configuring merge policies. Keywords: pull request, PR, merge, review, GitHub, GitLab.
原文の言語: 複数言語
[UDS] Assess project health, architecture, and risks before adding features
原文の言語: 英語
Guide security review and vulnerability assessment following OWASP standards. Use when: security audit, vulnerability check, secure coding review, threat modeling. Keywords: security, OWASP, vulnerability, authentication, authorization.
原文の言語: 複数言語
Scan codebase for debug artifacts and code quality issues; optionally auto-fix safe patterns. Use when: before committing, during PR review, or periodic codebase cleanup. Keywords: sweep, debug cleanup, console.log, debugger, TODO, ts-any, code quality.
原文の言語: 英語
[UDS] Guide through Test-Driven Development workflow
原文の言語: 複数言語
[UDS] 分析驗收條件(AC)與測試之間的追蹤關係並產生覆蓋率報告
原文の言語: 中国語
[UDS] Analyze AC-to-test traceability and coverage
原文の言語: 複数言語
Implement structured logging with proper log levels and sensitive data handling. Use when: adding logging, debugging, setting up observability. Keywords: logging, log level, structured logging, observability.
原文の言語: 英語
Guide observability setup, metrics design, and alerting configuration. Use when: new service instrumentation, SLO definition, alert design, maturity assessment. Keywords: observability, metrics, traces, golden signals, alerting, SLO.
原文の言語: 英語
[UDS] 設計 AI 友善架構,包含明確模式、分層文件和語義邊界
原文の言語: 中国語
[UDS] 建立和維護 AI 指令檔案(CLAUDE.md、AGENTS.md、.cursor/rules/ 等)並採用適當結構
原文の言語: 複数言語
Design AI-friendly architecture with explicit patterns, layered documentation, and semantic boundaries. Use when: structuring projects for AI collaboration, optimizing codebase for AI analysis, setting up AI context. Keywords: architecture, AI-friendly,…
原文の言語: 英語
Create and maintain AI instruction files (CLAUDE.md, AGENTS.md, .cursor/rules/, etc.) with proper structure. Use when: creating AI instruction files, separating universal vs project-specific rules, configuring AI tools. Keywords: CLAUDE.md, AGENTS.md,…
原文の言語: 英語
[UDS] Guide code migration, framework upgrades, and technology modernization
原文の言語: 複数言語
[UDS] Guide release process and changelogs
原文の言語: 英語
[UDS] 透過知識圖追蹤規格/決策/程式碼的影響鏈(引擎或 Markdown 後備)
原文の言語: 中国語
[UDS] 引導可觀測性設定、指標設計和告警配置
原文の言語: 中国語
[UDS] 引導 Runbook 撰寫、維護、演練和覆蓋率報告
原文の言語: 中国語
[UDS] 引導 SLI 選取、SLO 設定和 Error Budget 管理
原文の言語: 中国語
[UDS] 以 Claude 原生 Agent tool 編排多任務執行計畫(DAG-based,無外部引擎)。 Use when: executing a plan.json file with parallel/sequential task dependencies. Keywords: orchestrate, plan, execute, DAG, task plan, 編排, 執行計畫, 並行.
原文の言語: 中国語
[UDS] 從 Spec 文件、OpenSpec 變更或自由文字需求生成 plan.json。 Use when: converting specifications into executable task plans for /orchestrate. Keywords: plan, spec, task plan, 計畫, 規格, 任務, plan.json, DAG.
原文の言語: 中国語
[UDS] AI 輔助 git push 安全層:品質閘門 + 協作護欄。 Use when: pushing commits, force pushing, pushing to protected branches, pushing feature branches. Keywords: git push, force push, protected branch, quality gate, push receipt, PR automation, 推送, 保護分支, 品質閘門.
原文の言語: 中国語
[UDS] 引導 Sprint 與 Release 週期的結構化團隊回顧
原文の言語: 中国語
[UDS] Trace spec/decision/code impact chains via a knowledge graph (engine or Markdown fallback)
原文の言語: 英語
[UDS] 無 CI/CD 平台環境下的可靠部署指引(不依賴 GitHub Actions / GitLab CI)。 Use when: deploying to VPS, air-gapped servers, or environments without CI/CD infrastructure. Keywords: deployment, no-cicd, shell script, blue-green, smoke test, rollback, 無CI/CD, 部署.
原文の言語: 中国語
[UDS] 從專案描述生成連貫使用者旅程測試計畫(TESTPLAN)與 E2E 骨架
原文の言語: 中国語
[UDS] 引導依語言特性最佳實踐組織專案目錄結構。 Use when: creating projects, reorganizing structure, adding modules, setting up builds, deciding file placement. Keywords: project, structure, directory, layout, gitignore, scaffold, file placement, 專案結構, 目錄配置.
原文の言語: 中国語
[UDS] 識別重複流程並以正確開發深度建立 Skill
原文の言語: 中国語
Guide API design following REST, GraphQL, and gRPC best practices. Use when: designing APIs, reviewing endpoints, API versioning decisions. Keywords: API, REST, GraphQL, gRPC, endpoint, versioning.
原文の言語: 複数言語
[UDS] Guide contract testing strategy for APIs and microservices. Use when: API contracts, microservices, consumer-driven testing, provider verification. Keywords: contract test, Pact, OpenAPI, consumer-driven, provider.
原文の言語: 複数言語
Guide database design, migration, and query optimization. Use when: schema design, migration planning, query optimization, index strategy. Keywords: database, schema, migration, SQL, index, query.
原文の言語: 複数言語
Guide reliable deployments without CI/CD platforms (GitHub Actions / GitLab CI). Use when: deploying to VPS, air-gapped servers, or environments without CI/CD infrastructure. Keywords: deployment, no-cicd, shell script, blue-green, smoke test, rollback.
原文の言語: 英語
Guide documentation structure, content requirements, and project documentation best practices. Use when: creating README, documentation, docs folder, project setup, technical docs. Keywords: README, docs, documentation, CONTRIBUTING, CHANGELOG, ARCHITECTURE,…
原文の言語: 英語
Design consistent error codes following the PREFIX_CATEGORY_NUMBER format. Use when: defining error codes, creating error handling, designing APIs. Keywords: error code, error handling, error format, API errors.
原文の言語: 複数言語
Guide Git branching strategies, branch naming, and merge operations. Use when: creating branches, merging, pull requests, Git workflow questions. Keywords: branch, merge, PR, pull request, GitFlow, GitHub Flow.
原文の言語: 複数言語
[UDS] Generate coherent user journey test plans (TESTPLAN) and E2E skeletons from project description.
原文の言語: 中国語
Orchestrate multi-task execution plans using Claude's native Agent tool (DAG-based, no external engine). Use when: executing a plan.json file with parallel/sequential task dependencies. Keywords: orchestrate, plan, execute, DAG, task plan.
原文の言語: 中国語
Generate plan.json from Spec documents, OpenSpec changes, or free-text requirements. Use when: converting specifications into executable task plans for /orchestrate. Keywords: plan, spec, task plan, plan.json, DAG.
原文の言語: 中国語
Guide for organizing project directories following language-specific best practices. Use when: creating projects, reorganizing structure, adding modules, setting up builds, deciding file placement. Keywords: project, structure, directory, layout, gitignore,…
原文の言語: 英語
[UDS] Guide structured team retrospectives for Sprint and Release cycles. Use when: sprint end, release post-mortem, iteration review, process improvement. Keywords: retrospective, retro, sprint review, lessons learned, action items.
原文の言語: 複数言語