ai-advise
An advisory tool that checks code against governance standards and architecture decisions without blocking workflows.
Install
mkdir -p .claude/skills/ai-advise && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10756" && unzip -o skill.zip -d .claude/skills/ai-advise && rm skill.zipInstalls to .claude/skills/ai-advise
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Proactive governance advisor — checks standards, decisions, and quality trends during development. Always advisory, NEVER blocks. Three modes: `advise` (post-edit), `gate` (pre-dispatch), `drift` (on-demand decision audit). Trigger for 'governance check', 'advise on this change', 'check for drift', 'is this aligned with active decisions', 'shift-left advisory'. Not for blocking gates — use /ai-verify. Not for narrative code review — use /ai-review.Key capabilities
- →Provide advisory feedback on code changes
- →Check standards and quality trends during development
- →Validate proposed tasks against governance boundaries
- →Audit code alignment with active architectural decisions
- →Identify solution-intent alignment gaps
- →Surface dependency-health concerns
How it works
The skill dispatches an `ai-advise` agent to analyze code and project state, providing advisory feedback based on established conventions and active decisions, without blocking execution or modifying code.
Inputs & outputs
When to use ai-advise
- →Checking standard adherence
- →Identifying architecture drift
- →Governance review
About ai-advise
Analyzes code and project state to provide proactive advice based on established project conventions. It operates in multiple modes, including post-edit advising and decision audits.
Proactive governance advisor — checks standards, decisions, and quality trends during development. Always advisory, NEVER blocks. Three modes: `advise` (post-edit), `gate` (pre-dispatch), `drift` (on-demand decision audit). Trigger for 'governance check', 'advise on this change', 'check for drift',
When not to use it
- →When needing to block execution based on findings
- →When needing to modify code based on advice
- →When needing narrative code review
Limitations
- →Always advisory, never blocks execution
- →Never modifies code
- →Never emits FAIL, BLOCK, or CRITICAL outcomes
How it compares
This skill offers proactive, advisory governance checks during development, providing recommendations without blocking, unlike tools that enforce strict gates or perform narrative reviews.
Compared to similar skills
ai-advise side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| ai-advise (this skill) | 0 | 2mo | No flags | Advanced |
| effective-go | 323 | 9mo | No flags | Beginner |
| architect-review | 109 | 4mo | No flags | Advanced |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by arcasilesgroup
View all by arcasilesgroup →You might also like
effective-go
openshift
Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.
architect-review
sickn33
Master software architect specializing in modern architecture patterns, clean architecture, microservices, event-driven systems, and DDD. Reviews system designs and code changes for architectural integrity, scalability, and maintainability. Use PROACTIVELY for architectural decisions.
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
solid-principles
SmidigStorm
Enforce SOLID principles (Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion) in object-oriented design. Use when writing or reviewing classes and modules.
python-testing-patterns
wshobson
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
codex
Lucklyric
Invoke Codex CLI for complex coding tasks requiring high reasoning capabilities. This skill should be invoked when users explicitly mention "Codex", request complex implementation challenges, advanced reasoning, or need high-reasoning model assistance. Automatically triggers on codex-related requests and supports session continuation for iterative development.