code-transfer
Transfer code between files with line-based precision. Use when users request copying code from one location to another, moving functions or classes between files, extracting code blocks, or inserting code at specific line numbers.
Script and automate repetitive tasks and workflows.
Transfer code between files with line-based precision. Use when users request copying code from one location to another, moving functions or classes between files, extracting code blocks, or inserting code at specific line numbers.
Perform bulk code refactoring operations like renaming variables/functions across files, replacing patterns, and updating API calls. Use when users request renaming identifiers, replacing deprecated code patterns, updating method calls, or making consistent changes across multiple locations.
Manage and generate competitive programming templates
Generate configuration file migration utilities for version upgrades.
Automated dependency update execution with breaking change detection and rollback capability
Save URLs with auto-extracted insights, credibility scoring, and vault routing
Execute automated AST-based code transformations for large-scale refactoring and migration
Check codebase compatibility with target framework versions and generate migration paths
Automate Apple notarization with xcrun notarytool for macOS application distribution
Automated covenant compliance monitoring and calculation skill with early warning alerts
Generate and validate Work Breakdown Structures with automated decomposition
Automated RFI/RFP/RFQ document creation skill with template management and evaluation criteria
Automated document comparison, redline generation, change tracking
Automatically generate and verify loop invariants for algorithm correctness proofs
Automated changelog generation from commits and PRs
Code refactoring patterns and techniques for improving code quality without changing behavior. Use for cleaning up legacy code, reducing complexity, or improving maintainability.
This skill should be used when the user asks to "validate a plugin", "optimize plugin", "check plugin quality", "review plugin structure", or "run plugin optimizer".
Executes automated project-wide refactoring with a focus on cross-file optimization. This skill should be used when the user asks for project-wide refactoring, cross-file simplification, consistency standardization across the codebase, duplication reduction, or invokes "/refactor-project".
Executes automated refactoring for specific files, directories, or semantic queries. This skill should be used when the user asks to refactor specific files or directories, simplify recently changed code, clean up dead code in a limited scope, or invokes "/refactor".
Java 组件版本漏洞检测工具。扫描 pom.xml、build.gradle 或 jar 文件中的第三方依赖,匹配已知漏洞规则(CVE)并生成漏洞检测报告。适用于:(1) Java 项目依赖安全审计,(2) 识别 Log4j、Fastjson、Shiro、Spring 等高危组件漏洞,(3) jar 包反编译后的依赖提取。支持按目录层级分组输出,支持通过 CFR 反编译 .class/.jar 文件提取依赖信息。
Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.
Create development environments with git worktrees, branches, commits, and push to remote. Auto-applies for git workflow tasks.
Use this skill to review code. It supports both local changes (staged or working tree) and remote Pull Requests (by ID or URL). It focuses on correctness, maintainability, and adherence to project standards.