Skip to main content

MQjehovah/agent

SkillsMP は MQjehovah/agent から 42 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
42
GitHub スター
0
GitHub フォーク
0

収集済み skill 42 件中 40 件を表示しています。

職業分類
プロジェクト管理専門家
説明

月度经营复盘。适用于"XX月经营情况 / 经营分析 / 经营报告 / 月度复盘"类任务。固化已验证可用的批量 SQL 查询集与报告模板,一次并行查完、直接出报告,禁止自由探索数据库。

原文の言語: 中国語

更新
職業分類
財務・投資アナリスト
説明

产品经营分析。分析销售、采购、库存、成本、现金流、生产等业务数据并生成报告。已按数字中台真实数据库校准:明确标注哪些指标数据库能算、哪些无数据源不得编造,每个维度附可用 SQL。

原文の言語: 中国語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

严格 Prove-It 测试驱动开发模式。先写失败测试,证明它失败,再写代码,证明它通过,最后重构。

原文の言語: 中国語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Release engineer checklist. Sync main, run tests, audit coverage, push, open PR. Bootstraps test frameworks if missing. Use when "ready to ship", "deploy", "publish", "release this".

原文の言語: 中国語

更新
職業分類
市場調査アナリスト・マーケティングスペシャリスト
説明

YC-style product interrogation. Six forcing questions that expose demand reality, status quo, desperate specificity, narrowest wedge, observation, and future-fit. Use before any planning or coding. Triggers when user describes a new product idea, asks "is…

原文の言語: 中国語

更新
職業分類
最高経営責任者
説明

CEO/founder-mode plan review. Four modes: EXPANSION (dream big), SELECTIVE EXPANSION (hold scope + cherry-pick), HOLD SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials). Use when user asks "think bigger", "strategy review", "rethink this", or…

原文の言語: 中国語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Pre-landing PR review. Analyzes diff for SQL safety, race conditions, LLM trust boundary violations, and other structural issues. Confidence calibration (1-10) on every finding. Triggers: "review this", "code review", "check my code".

原文の言語: 中国語

更新
職業分類
情報セキュリティアナリスト
説明

Chief Security Officer audit. OWASP Top 10 + STRIDE threat model. Zero-noise: only report findings with confidence ≥8/10. Each finding includes concrete exploit scenario. Triggers: "security audit", "security review", "is this secure", "check for…

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

Contract-first interface design. Use when designing APIs, module boundaries, or public interfaces.

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

Chrome DevTools for live runtime data. Use when building or debugging anything that runs in a browser.

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

Shift Left CI/CD with quality gates. Use when setting up or modifying build and deploy pipelines.

原文の言語: 中国語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Multi-axis code review. Use before merging any change.

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

Reduce complexity while preserving behavior. Use when code works but is harder to read or maintain than it should be.

原文の言語: 中国語

更新
職業分類
その他コンピュータ職
説明

Feeds agents the right information at the right time. Use when starting a session, switching tasks, or output quality drops.

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

Five-step triage for any failure. Use when tests fail, builds break, or behavior is unexpected.

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

Code-as-liability mindset for deprecation. Use when removing old systems, migrating users, or sunsetting features.

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

Architecture Decision Records and API docs. Use when making architectural decisions, changing APIs, or shipping features.

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

Adversarial fresh-context review of every non-trivial decision. Use when stakes are high (production, security, irreversible).

原文の言語: 中国語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

Component architecture and UI development patterns. Use when building or modifying user-facing interfaces.

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

Trunk-based development with atomic commits. Use when making any code change (always).

原文の言語: 中国語

更新
職業分類
プロジェクト管理専門家
説明

Structured divergent/convergent thinking to turn vague ideas into concrete proposals. Use when you have a rough concept that needs exploration.

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

Build in thin vertical slices. Use when any change touches more than one file.

原文の言語: 中国語

更新
職業分類
プロジェクト管理専門家
説明

One-question-at-a-time interview that extracts what the user actually wants. Use when requirements are vague, the ask is underspecified.

原文の言語: 中国語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Structured logging, metrics, and tracing. Use when adding telemetry or shipping anything that runs in production.

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

Measure-first performance approach. Use when performance requirements exist or you suspect regressions.

原文の言語: 中国語

更新
職業分類
プロジェクト管理専門家
説明

Decomposes specs into small, verifiable tasks with acceptance criteria. Use when you have a spec and need implementable units.

原文の言語: 中国語

更新
職業分類
情報セキュリティアナリスト
説明

OWASP Top 10 prevention and security hardening. Use when handling user input, auth, data storage, or external integrations.

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

Pre-launch checklist and staged rollout. Use when preparing to deploy to production.

原文の言語: 中国語

更新
職業分類
プロジェクト管理専門家
説明

Writes a spec/PRD before any code. Use when starting a new feature, project, or significant change. Use when requirements are unclear.

原文の言語: 中国語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior.

原文の言語: 中国語

更新
職業分類
その他コンピュータ職
説明

Maps incoming work to the right skill workflow. Use when starting a session or deciding which skill applies.

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

通过运维平台 API 拉取设备录包文件,上传云端并返回下载链接

原文の言語: 中国語

更新
職業分類
ソフトウェア開発者
説明

通用设备远程运维技能,处理定位丢失、故障诊断、状态异常等常见设备故障

原文の言語: 中国語

更新
職業分類
産業機械整備士
説明

处理设备碰撞故障,包括碰撞检测、紧急停止、脱困和恢复

原文の言語: 中国語

更新
職業分類
産業機械整備士
説明

处理"无法返回工作站"或"前往充电点失败"故障

原文の言語: 中国語

更新
職業分類
産業機械整備士
説明

处理设备离线(connect=false)或无响应的恢复流程

原文の言語: 中国語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

通过 GitLab API 将指定项目的源分支合入目标分支。全程云端操作,不克隆仓库。接收参数:<project_path> <source_branch> <target_branch>

原文の言語: 中国語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

三阶段结构化代码审查(发现→验证→分级),输出P0/P1/P2/历史遗留问题清单

原文の言語: 中国語

更新
職業分類
最高経営責任者
説明

CEO/founder-mode plan review. Four modes: EXPANSION (dream big), SELECTIVE EXPANSION (hold scope + cherry-pick), HOLD SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials). Use when user asks "think bigger", "strategy review", "rethink this", or…

原文の言語: 中国語

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

你有公司业务系统rosiwit-cloud的部署能力

原文の言語: 中国語

更新
収集済み skill 42 件中 40 件を表示しています。