wonderpet-general
v1.6.0萬達寵物通用 AI 工具包. Includes 7 skills.
3 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install wonderpet-general for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install wonderpet-general@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/PeacePan/peace-agent-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/wonderpet-general/.
Plugin files
├── .claude-plugin/plugin.json├── skills/code-review-principles/SKILL.md├── skills/github-update-pr-summary/SKILL.md├── skills/hotfix-workflow/SKILL.md├── skills/jira-create-issue-rule/SKILL.md├── skills/jira-overview/SKILL.md├── skills/norwegianforest-staging-lag-check/SKILL.md└── skills/peace-thinking/SKILL.md
Included Skills7
PR Code Review 原則與檢查清單。當需要審查 Pull Request、進行程式碼審查、或評估大型重構的品質與風險時使用。涵蓋正確性(資料完整性、Breaking Change、測試覆蓋)、可讀性、架構、安全性、效能、型別安全、第三方依賴等面向。
依照規範產生並更新 GitHub PR 描述。根據 PR 是否包含 Norwegianforest 資料夾的變更,自動選擇對應的描述範本(含或不含 NorwegianForest 開發者提醒事項)。
通用型 hotfix(線上緊急修正)完整工作流程,涵蓋 systematic-debugging 根因調查、Jira 漏洞票的決策與建立、從 release/<代碼庫> 切出 hotfix 分支、writing-plans 撰寫修復計畫、plan-challenger 審查、依計畫實作、push 建立 PR 並用 github-update-pr-summary 填寫描述、以及 code-review-principles 自我審查直到無中高風險為止的完整迴圈。適用於 petpetgo 底下任何子專案(NorwegianForest / Ragdoll / Maltese / Labrador / JavaCat 等),不綁定特定專案。當使用者說「線上出問題要緊急修」「這是 hotfix」「正式站壞了要修一下」「這個 bug 要走 hotfix 流程」「幫我查這個 production 問題的根因並修掉、開 PR」,或提到要從 release 分支切修復分支、要走完整的緊急上線修正流程時,都應優先觸發此 skill,取代零散地個別呼叫 systematic-debugging / jira-create-issue-rule / writing-plans 等單一技能。
把一個粗略需求、大型工作(Epic)或技術設計文件拆解成多張可獨立執行、相互正確銜接的 Jira task issue。涵蓋從脈絡收集 → 範圍 Brainstorm → 方案比較 → 票數切分 → 內容撰寫 → 相依關係建立的完整流程,含每張票的描述/規格/驗收條件/討論紀錄分層格式與 ADF 範本可直接套用。當使用者要規劃多張 ticket、把 spec 拆成 Jira 卡、把 RD-XXXX 大型工作展開為任務、規劃功能切分、設計 Epic 子任務、依設計文件開卡、為一個專案建立工作分解結構、或拿到一份 design doc / PR 要求把後續工作開成多張票時,都必須優先觸發此 skill。
WonderPet Jira RD 專案的全貌參考。涵蓋 cloudId、projectKey、9 種卡片類型(任務 / 漏洞 / 故事 / 大型工作 / Optimization / Discussion / Meeting / Subtask / Test)、狀態流(待辦事項 → 已接受 → 進行中 → 審核中 → IN TESTING → 完成)、優先順序、各類型必填的自訂欄位(驗收條件 / 正確行為 / 使用者故事 / 規格 / 代碼庫名稱)、專案名稱 / 代碼庫名稱選單對應、常見標籤(HOTFIX / CRM)、分支命名慣例與常用 JQL。任何要透過 MCP 查 / 建 / 改 RD 卡片、要解讀某張卡片的欄位含義、要列出特定主題 / 版本 / 狀態的卡片、或要把需求開成正確類型卡片時,都應先讀此 skill。
檢查萬達中台(JavaCat / NorwegianForest)正式環境(production)近期異動的表格,在 staging 環境的版號(body.version)有沒有落後、還沒同步。當使用者問「staging 落後 production 嗎」「表格版號有沒有同步到 staging」「正式環境改的東西 staging 追上了嗎」「patch 進度」「__table__ 版號比對」,或任何提到中台表格在兩個環境之間版號差異、同步狀態時,都應優先使用此 skill,不要臨時重新摸索 __table__ 的查詢方式。
系統化工程思維框架。適用於任何需要高精確性、多工並行調度、嚴格流程紀律的開發任務。載入此 skill 後,以平行化優先、最小修改、結構設計先行的方式工作,並套用標準化的溝通格式與禁止行為清單。
Plugin manifests1
{
"name": "wonderpet-general",
"description": "萬達寵物通用 AI 工具包",
"version": "1.6.0"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[wonderpet-general on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wonderpet-general)