← スキル一覧に戻る
Step 1: Remove Definition From

removing-a-feature-of-a-microservice
by microbus-io
removing-a-feature-of-a-microserviceは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 169🍴 5📅 2025年12月29日
SKILL.md
name: Removing a Feature of a Microservice description: Removes a configuration property, functional endpoint, event source, event sink, web handler endpoint, ticker or metric, from a microservice. Use when explicitly asked by the user to remove a feature of a microservice.
Workflow
Copy this checklist and track your progress:
Removing a part of a microservice:
- [ ] Step 1: Remove Definition From service.yaml
- [ ] Step 2: Remove Implementation
- [ ] Step 3: Remove Test
- [ ] Step 4: Remove Unused Custom Types
- [ ] Step 5: Update Boilerplate code
- [ ] Step 6: Document the Microservice
Step 1: Remove Definition From service.yaml
Remove the definition from service.yaml.
Step 2: Remove Implementation
Remove any implementation code from service.go.
Step 3: Remove Test
Remove the corresponding test fom service_test.go.
Step 4: Remove Unused Custom Types
If the deleted definition was using non-primitive custom types that are no longer used elsewhere, remove the definition of the unused types from the API directory.
Step 5: Update Boilerplate Code
Run go generate to update the boilerplate code.
Step 6: Update Documentation
Update the microservice's local AGENTS.md to reflect the removal.
スコア
総合スコア
80/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
✓人気
GitHub Stars 100以上
+5
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です
