openspecapply
Implement an approved OpenSpec change and keep tasks in sync.
Script and automate repetitive tasks and workflows.
Implement an approved OpenSpec change and keep tasks in sync.
Fixes code organization issues including high complexity, large files, deep nesting, and barrel file problems. Use when functions are too complex, files too long, or directory structure is problematic.
Execute comprehensive Rust development workflow including cargo build, test, clippy, and fmt. Use when compiling, testing, or checking Rust code quality in the Miyabi project.
Refactor complex or duplicated code without changing behavior. Use for refactoring tasks, simplifying logic, or improving readability.
Obsidian vault maintenance - tag cleanup, orphan detection, and frontmatter standardisation across three modes (Quick/Standard/Deep).
Apply generated patches safely. Preview diffs, dry-run to check, then apply. Always review patches before applying - minions make mistakes!
Generates features_spec.txt files for use with auto-code extension mode. Analyzes existing codebase and creates structured feature specifications based on user requirements.
Instructions for adding to bash auto completions in the AutomateLinux project.
Parallel internal codebase search. Launches 2-4 search agents, consolidates findings to tmp/scout-results.md, returns summary. Use for 3+ files or unknown areas.
Create and update CHANGELOG.md with entries that include AI model/CLI attribution, PRD context, and task references.
簡化與精煉代碼,提升清晰度、一致性和可維護性,同時保留所有功能。 預設聚焦於最近修改的代碼,除非另有指示。 觸發時機: - 完成功能實作後,需要清理代碼 - 發現代碼過於複雜或難以理解 - 重構既有代碼以提升可讀性 - 用戶提到「簡化」、「simplify」、「清理」、「refactor」
Plan and execute large refactors with shadow mode and rollback.
既存のコードベース全体を分析し、リファクタリング・最適化の提案を自動生成するためのスキル。 TypeScript/JavaScriptプロジェクトの品質分析、コード改善提案、重複コード検出、セキュリティスキャンなど 「このプロジェクトの改善点を教えて」や「リファクタリング候補をリストアップして」といった依頼に使用する。
Complete workflow for developing, testing, and deploying Jekyll blog changes
Generate properly structured .env environment files with common variables, documentation comments, and secure placeholder patterns. Triggers on "create .env file", "generate environment variables", "env file for", "dotenv template".
Use the `fix-markdown` skill to clean up CHANGELOG.md, then remove headers with empty sections. Use after the agent has finished generating or updating the changelog.
Update and maintain core repository documentation files (README.md, CHANGELOG.md, LICENSE, CONTRIBUTING.md) before commits or releases. Use when users need to update documentation to reflect code changes, prepare for releases, or ensure documentation consistency.
Create the foundational structure for changelog management. Use when the agent needs to start changelog management by creating a new `CHANGELOG.md` file and the commit pointer to update the changelog.
Find relevant code snippets on Github to learn how to complete the task