| name | edgelab-workflows |
| description | Agent workflow automation, documentation maintenance checklists, and slash commands for the EdgeLab project. Load this skill when adding modules, screens, or using agent workflows. |
EdgeLab Workflow Reference
Agent Workflows
Agent workflows are now embedded as skills in .agents/skills/.
Run ls .agents/skills/ to see available skills.
Keeping Docs Current
When you add/rename/remove:
| Change | Update |
|---|
| A module | Module graph in root AGENTS.md + docs/architecture.md |
| A ViewModel or Screen | Screen tables in docs/architecture.md |
| A dependency with exclusions/constraints | docs/dependencies.md |
| A code pattern agents keep getting wrong | docs/patterns.md anti-patterns |
| A new convention | docs/patterns.md |
| A recurring mistake | Anti-Patterns table in root AGENTS.md |
Slash Commands
| Command | Description |
|---|
/review | Review uncommitted changes, a commit, branch diff, or PR with EdgeLab-specific conventions |
/commit-pr | Commit, push, and create a GitHub PR (no Greptile loop) |
/skill:check-pr | Check a PR for Greptile review comments and status |
/skill:greploop | Iteratively fix a PR against Greptile review until 5/5 confidence |