Loading...
Loading...
Universal Assistant — Automatically analyzes scenarios, takes inventory of ECC resources, intelligently routes to the optimal agent pipeline, and completes complex workflows with one click.
npx skill4agent add ashe-li/agent-skills assistgit status
git diff --stat
git log --oneline -5ls -la$ARGUMENTSnpm run buildgo buildpython -m py_compile| Agent | Applicable Scenario |
|---|---|
| planner | Complex tasks requiring planning |
| architect | Architecture design decisions |
| tdd-guide | New features, bug fixes |
| code-reviewer | Code quality review |
| security-reviewer | Security analysis |
| build-error-resolver | Build failure |
| e2e-runner | E2E testing |
| refactor-cleaner | Refactoring, dead code cleanup |
| doc-updater | Documentation update |
| go-reviewer | Exclusive for Go projects |
| go-build-resolver | Go build errors |
| python-reviewer | Exclusive for Python projects |
| database-reviewer | Database related tasks |
| harness-optimizer | Agent harness configuration optimization (hooks/evals/routing) |
| loop-operator | Autonomous loop operation and monitoring |
| Detected Scenario | Selected Pipeline | Description |
|---|---|---|
| Clear new feature requirement | planner (including industry/academic solution research) -> architect -> tdd-guide -> code-reviewer | Complete feature development process; planner must attach industry standards or academic support for technical solutions |
| Bug description or error message exists | planner -> tdd-guide -> code-reviewer | Bug fix process |
| Uncommitted changes need review | code-reviewer -> security-reviewer | Quick quality review |
| Build failure | build-error-resolver | Directly fix build issues |
| Refactoring required (explicitly requested by user or code smell detected) | architect -> refactor-cleaner -> code-reviewer | Secure refactoring process |
| Documentation writing required | doc-updater -> code-reviewer | Documentation update process |
| Go project | Add go-reviewer to the pipeline | Automatically append language-specific reviewer |
| Python project | Add python-reviewer to the pipeline | Automatically append language-specific reviewer |
| Involves database schema or query | Add database-reviewer to the pipeline | Automatically append database reviewer |
| Need to optimize agent harness configuration | harness-optimizer | Hooks/evals/routing configuration tuning |
| Need to run autonomous loop tasks | loop-operator | Long-term autonomous loop monitoring |
| Uncertain / multiple possibilities | List recommended pipelines for user selection | Interact via AskUserQuestion |
$ARGUMENTS$ARGUMENTSScenario analysis result: [Brief description of detected state]
Recommended workflows:
1. [Pipeline A] — [Applicable reason]
2. [Pipeline B] — [Applicable reason]
3. [Pipeline C] — [Applicable reason]## HANDOFF: [previous-agent] -> [next-agent]
### Status: [COMPLETED | COMPLETED_WITH_ISSUES | FAILED]
<!-- COMPLETED = Continue normally | COMPLETED_WITH_ISSUES = Continue but mark issues | FAILED = Pause and ask user -->
### Context
<!-- Task background and objective -->
### Findings
<!-- Findings and outputs of the previous agent -->
### Industry & Standards Referenced
<!-- Industry standards or academic basis cited in this phase -->
### Files Modified
<!-- List of modified files -->
### Open Questions
<!-- Unresolved issues -->
### Recommendations
<!-- Recommendations for the next agent -->## /assist Execution Report
### Scenario Analysis
- Project type: [Language/Framework]
- Detected scenario: [Scenario description]
- Selected Pipeline: [pipeline name]
### Agent Execution Results
#### 1. [Agent Name]
- Status: Completed / With issues
- Summary: [1-2 sentences]
- Key findings: [List]
#### 2. [Agent Name]
- ...
### Modified Files
| File | Action | Description |
|------|------|------|
| ... | Add/Modify/Delete | ... |
### Unresolved Issues
<!-- If any -->
### Recommended Next Steps
- [ ] ...
- [ ] ...