·migration-sweep
#

migration-sweep

移行コード(TODO(migration))の寿命チェックを機械化する。期限切れや情報不足の 移行コードを検出し、レポート形式で出力する。コードベースにTODO(migration)が 残っていないか確認したいとき、期限切れの移行コードを掃除したいとき、 技術的負債の棚卸しをするときに使うこと。「あとで消す」コードの放置を防ぐ仕組み。

10Installs·1Trend·@yusuketsunoda

Installation

$npx skills add https://github.com/yusuketsunoda/ppt-trans --skill migration-sweep

How to Install migration-sweep

Quickly install migration-sweep AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/yusuketsunoda/ppt-trans --skill migration-sweep
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: yusuketsunoda/ppt-trans.

SKILL.md

View raw

移行コード(TODO(migration))の寿命チェックを機械化するスキル。 期限切れ・情報不足の移行コードを検出し、レポート形式で出力する。

| Issue ID | [ISSUE-XXX] or [#XXX] | YES | | 期限 | [expires=YYYY-MM-DD] | YES | | 削除条件 | 自由記述(TODOコメントの次行以降) | YES |

| EXPIRED | expires が今日以前 | P0 (即対応) | | MISSINGMETA | Issue ID / expires / 削除条件のいずれかが欠落 | P0 (情報補完) | | WARNING | expires まで30日以内 | P1 (計画) | | OK | expires まで30日超 | 情報のみ |

移行コード(TODO(migration))の寿命チェックを機械化する。期限切れや情報不足の 移行コードを検出し、レポート形式で出力する。コードベースにTODO(migration)が 残っていないか確認したいとき、期限切れの移行コードを掃除したいとき、 技術的負債の棚卸しをするときに使うこと。「あとで消す」コードの放置を防ぐ仕組み。 Source: yusuketsunoda/ppt-trans.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yusuketsunoda/ppt-trans --skill migration-sweep
Category
#Documents
Verified
First Seen
2026-03-10
Updated
2026-03-11

Browse more skills from yusuketsunoda/ppt-trans

Quick answers

What is migration-sweep?

移行コード(TODO(migration))の寿命チェックを機械化する。期限切れや情報不足の 移行コードを検出し、レポート形式で出力する。コードベースにTODO(migration)が 残っていないか確認したいとき、期限切れの移行コードを掃除したいとき、 技術的負債の棚卸しをするときに使うこと。「あとで消す」コードの放置を防ぐ仕組み。 Source: yusuketsunoda/ppt-trans.

How do I install migration-sweep?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yusuketsunoda/ppt-trans --skill migration-sweep Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/yusuketsunoda/ppt-trans