Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Assess and upgrade Azure workloads between plans, tiers, or SKUs with automated migration steps
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/languages/java/rules/efficiency.md
1# Efficiency23- **Targeted reads**: Use `grep` over full file reads; read sections, not entire files.4- **Quiet commands**: Use `-q`, `--quiet` for build/test when appropriate.5- **Progressive writes**: Update `plan.md` and `progress.md` incrementally, not at end.6