ase
Plan-driven coding, code review, and task management workflows
All Skills in This Repository (40)
Pure Emerald Level Indicatorsase-meta-diff
Summarize staged Git changes into intent-grouped narratives with risk assessment.
ase-meta-evaluate
Evaluate alternatives using a weighted multi-criteria decision matrix.
ase-meta-persona
Configure AI agent communication styles across five distinct personas.
ase-task-id
Assign and retrieve unique identifiers for software development tasks.
ase-meta-steelman
Construct a Steelman argument for a thesis through iterative refinement.
ase-code-insight
Analyze project source code for abstract, author, churn, and module structure.
ase-task-delete
Delete task plans and switch to the default task via ASE.
ase-arch-discover
Discover and rank third-party components from package registries for a technology stack.
ase-code-craft
Analyze codebases, propose approaches, and compose task plans for feature crafting.
ase-task-reboot
Reboot task plans in software development environments via ASE MCP tools.
ase-code-resolve
Analyze codebases, propose solutions, and execute resolution plans.
ase-meta-commit
Generate a concise commit message from `git diff --cached` output.
Frequently Asked Questions
FAQPage SchemaHow to install ASE?โผ
Run `npx skills add rse/ase --all -g -y` in your terminal to install all skills globally. Afterwards run `ase setup install` to wire up the plugin, CLI, and background service.
What does ASE do for software developers?โผ
It provides 49 ready-made workflows for daily engineering tasks: crafting features, resolving bugs, refactoring, linting, architecture analysis, specification editing, and changelog generation.
How do ASE task plans work?โผ
ASE turns a request into a named, persisted task plan that survives across sessions. You can view, edit, grill, preflight, and implement the plan step by step before any code is committed.
Does ASE work with Claude Code, Copilot, and Codex?โผ
Yes. Claude Code is the primary target, while GitHub Copilot CLI and OpenAI Codex CLI are supported by setting ASE_TOOL=copilot or ASE_TOOL=codex.
Can ASE review my code changes before committing?โผ
Yes. The review skill critiques staged changes like a human reviewer with an approve/reject verdict, and the diff skill summarizes changes by intent with optional risk and blast-radius reports.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core