Detect and fix mid-import blank-line syntax breaks across multiple files using line-based regex
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill batch-regex-fix-import-syntax --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Batch Regex Fix Import Syntax?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-batch-regex-fix-import-syntax)More formats (shields.io, HTML) on the badges page.
---
name: batch-regex-fix-import-syntax
description: Detect and fix mid-import blank-line syntax breaks across multiple files using line-based regex
version: 1.0.0
source: auto-extracted
extracted: 2026-04-10
metadata:
tags: ["refactoring", "batch-fix", "regex", "imports", "python"]
---
# Batch Regex Fix for Mid-Import Syntax Breaks
When migrations introduce blank lines within multi-line imports (e.g., `import (\n\n` instead of `import (\n`), use a line-based sed/awk fixer instead of single-pass regex. First identify the pattern across all files with grep, then apply a simple line-aware regex that matches `^import (` followed by a blank line, replacing with `import (` on the next non-blank line. Test parse afterward with `python -m py_compile` or equivalent to verify all 995+ files are clean before committing.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.