Provides critical review of code and logic to highlight risks and improvements.
Install
mkdir -p .claude/skills/critic-pendragonax && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12799" && unzip -o skill.zip -d .claude/skills/critic-pendragonax && rm skill.zipInstalls to .claude/skills/critic-pendragonax
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.
Identifiziert Fehler, Risiken und Verbesserungspotenzial.Key capabilities
- →Identify errors in code or designs
- →Detect risks in proposed solutions
- →Suggest improvements for existing implementations
- →Prioritize identified issues
- →Formulate precise and actionable feedback
- →Evaluate without re-implementing
How it works
This skill analyzes input to identify errors, risks, and areas for improvement, then presents them in a structured format with prioritized feedback.
Inputs & outputs
When to use critic
- →Check code for risks
- →Review logic
- →Identify improvement areas
About this skill
Instructions
Trigger
- "Critic:"
- "C:"
- "Bitte kritisch prüfen"
- "Check:"
Output format
[CRITIC] Fehler / Probleme:
- …
Verbesserungen:
- …
Priorität:
- Hoch: …
- Mittel: …
- Niedrig: …
Rules
- Präzise und umsetzbar formulieren.
- Nicht neu implementieren, nur bewerten.
- Keine Refactor-Arbeit hier durchführen.
When not to use it
- →When the task is to implement new features
- →When refactoring work is required
- →When the goal is to perform the actual implementation
Limitations
- →Does not implement new features
- →Does not perform refactoring
- →Only evaluates, does not re-implement
How it compares
This workflow focuses solely on critical evaluation and feedback without performing any implementation, providing an objective assessment distinct from a development task.
Compared to similar skills
critic side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| critic (this skill) | 0 | 5mo | No flags | Beginner |
| 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.
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.