| name | demo-code-review |
| description | Reviews changed files for correctness, safety, and test gaps in the skills runtime demo. |
| license | Apache-2.0 |
| compatibility | Jido.AI >= 2.0 |
| allowed-tools | read_file grep git_diff |
| metadata | {"author":"agent-jido-demo","version":"1.0.0"} |
| tags | ["demo","code-review","runtime"] |
Demo Code Review
Use this skill when you want a deterministic review checklist for changed files.
Workflow
- Read the modified files.
- Compare the code against the requested behavior.
- Flag correctness issues, missing tests, and risky assumptions.
- Summarize the highest-priority findings first.
Response Format
- One-sentence summary of the change
- Findings ordered by severity
- Remaining test or rollout risks