migration-review

migration-review is a skill for Claude Code from fancyboi999/ai-engineering-from-scratch-zh. It costs 48 tokens per session (312 once invoked), scanned A, original, MIT.

A review workflow for database migration files, which change the structure or data rules of a database. It checks the requested migration files and the code needed to assess their compatibility.

In plain words
What is it for?
Use it to check migration scope, forward behavior, rollback behavior, locking risks, data-volume risks, safety evidence, and unresolved blockers without applying the migration.
Why use it?
It identifies risks before a migration is merged, including rollback limits, database locking, and effects on large amounts of data.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to check migration scope, forward behavior, rollback behavior, locking risks, data-volume risks, safety evidence, and unresolved blockers without applying the migration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fancyboi999/ai-engineering-from-scratch-zh/migration-review-skill
About the project

ai-engineering-from-scratch-zh is a Chinese-language adaptation of a course that teaches AI engineering by implementing algorithms, tools, and agents from the ground up. It is for learners following a 20-stage path across mathematics, machine learning, agent systems, and production topics, with lessons using Python, TypeScript, Rust, and Julia. The catalogue entries provide agent skills and instructions associated with the course.

fancyboi999/ai-engineering-from-scratch-zh · 1,055 stars · on GitHub · aieng-zh.cn

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add fancyboi999/ai-engineering-from-scratch-zh --skill migration-review-skill
Clone the repo
git clone --depth 1 https://github.com/fancyboi999/ai-engineering-from-scratch-zh

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for migration-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/fancyboi999/ai-engineering-from-scratch-zh/migration-review-skill/github.svg)](https://agentmods.dev/skills/fancyboi999/ai-engineering-from-scratch-zh/migration-review-skill)
Your own site
<a href="https://agentmods.dev/skills/fancyboi999/ai-engineering-from-scratch-zh/migration-review-skill"><img src="https://agentmods.dev/badge/skills/fancyboi999/ai-engineering-from-scratch-zh/migration-review-skill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for migration-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/fancyboi999/ai-engineering-from-scratch-zh/migration-review-skill"><img src="https://agentmods.dev/badge/skills/fancyboi999/ai-engineering-from-scratch-zh/migration-review-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 312 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00048 $0.00312
Opus 5 $0.00024 $0.00156
Sonnet 5 $0.00010 $0.00062
Haiku 4.5 $0.00005 $0.00031

Measured 12d ago against content hash 650debaf886b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

migration-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/check_scope.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

certifications/claude/lessons/19-claude-code-memory-rules-skills-and-ci/outputs/migration-review-skill/SKILL.md · 20 lines

What it actually says

Migration 审查

仅审查 $ARGUMENTS 指定的 migration 文件,以及验证其兼容性所需的代码。本 Skill 不授权应用 migration。

  1. Run python3 ${CLAUDE_SKILL_DIR}/scripts/check_scope.py $ARGUMENTS.
  2. 若检查器拒绝任何 migrations/ 外的路径,立即停止。
  3. 阅读 references/review-checklist.md
  4. 检查每个被接受文件及其 schema 假设。
  5. 报告正向行为、回滚限制、锁风险、数据量风险、验证证据和未解决 blocker。

返回以下标题:ScopeEvidenceRisksRollbackBlockersDecision。所需证据缺失时,必须使用 Decision: blocked

随附检查器是 scripts/check_scope.pyallowed-tools 条目只为调用回合预批准该命令,不移除其它 tool,也不替代项目权限 Rule。

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 20 lines · 48 tokens per session scan A 650debaf886b

Subscribe to this mod's changes

migration-review is a skill published in the GitHub repository fancyboi999/ai-engineering-from-scratch-zh (1,055 stars, last pushed 3d ago), licensed MIT. It adds 48 tokens to every session and 312 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

migration-review

Review database migration files when a change adds or modifies paths under migrations/. Use it before merge to collect forward, rollback, locking, and data-safety evidence.

rohitg00/ai-engineering-from-scratch · 35 tokens

database-migration-service-expertise

AWS Database Migration Service (DMS) operational review and troubleshooting skill. Conducts best practices validation, health assessments, performance diagnostics, cost optimization reviews, and migration cutover guidance. Triggers on requests like "DMS review", "DMS health check", "DMS troubleshooting", "migration…

aws/tools-for-devops-agent · 99 tokens

db-migration-review

Review and clean up auto-generated database migration files after running make migrate-create. Identifies and removes unrelated Atlas schema drift such as dropped partial indexes, no-op index recreations, and other operations not related to the intended migration. Use when creating database migrations, running make…

codeready-toolchain/tarsy · 68 tokens

code-review

A code-review skill that examines changes for requirement fit, correctness, security, maintainability, and performance. It reports findings with risk levels.

ryanzhao1011/workframe · 40 tokens

code-to-doc

A code-reading tool that turns a module's implementation into four current-state documents: architecture, API surface, data model, and code map. A monorepo is a repository containing multiple related projects, and the tool can account for that structure as well as other supported project layouts.

ryanzhao1011/workframe · 111 tokens

007

Security audit, hardening, threat modeling (STRIDE/PASTA), Red/Blue Team, OWASP checks, code review, incident response, and infrastructure security for any project.

lingxling/awesome-skills-cn · 39 tokens