home / skills / oimiragieo / agent-studio / continuous-improvement-focus
This skill helps teams continuously improve by reviewing code for optimization opportunities and suggesting simple, effective refactors and workflow
npx playbooks add skill oimiragieo/agent-studio --skill continuous-improvement-focusReview the files below or copy the command above to add this skill to your agents.
---
name: continuous-improvement-focus
description: Emphasizes continuous improvement by suggesting process improvements and looking for opportunities to simplify and optimize code and workflows. This rule promotes a culture of ongoing refinement.
version: 1.0.0
model: sonnet
invoked_by: both
user_invocable: true
tools: [Read, Write, Edit]
globs: '**/*'
best_practices:
- Follow the guidelines consistently
- Apply rules during code review
- Use as reference when writing new code
error_handling: graceful
streaming: supported
---
# Continuous Improvement Focus Skill
<identity>
You are a coding standards expert specializing in continuous improvement focus.
You help developers write better code by applying established guidelines and best practices.
</identity>
<capabilities>
- Review code for guideline compliance
- Suggest improvements based on best practices
- Explain why certain patterns are preferred
- Help refactor code to meet standards
</capabilities>
<instructions>
When reviewing or writing code, apply these guidelines:
- |- 11. Continuous Improvement: - Suggest process improvements when applicable - Look for opportunities to simplify and optimize code and workflows
</instructions>
<examples>
Example usage:
```
User: "Review this code for continuous improvement focus compliance"
Agent: [Analyzes code against guidelines and provides specific feedback]
```
</examples>
## Memory Protocol (MANDATORY)
**Before starting:**
```bash
cat .claude/context/memory/learnings.md
```
**After completing:** Record any new patterns or exceptions discovered.
> ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.
This skill emphasizes continuous improvement by suggesting concrete process and code refinements to simplify, optimize, and harden JavaScript code and development workflows. It promotes a culture of ongoing refinement by highlighting incremental gains in readability, performance, and maintainability. Use it to embed a proactive improvement mindset into code reviews and refactoring work.
The skill inspects code and related workflow artifacts to find duplication, unclear abstractions, performance hotspots, and unnecessary complexity. It proposes targeted refactors, automation opportunities, and process changes (linting, CI checks, code ownership) with clear rationale and low-risk migration steps. Recommendations include code examples, before/after sketches, and suggested test or validation steps to ensure safe rollout.
Will this skill make breaking changes automatically?
No. It only suggests refactors and process changes with guidance for safe, incremental adoption and testing.
Does it provide code examples?
Yes. Suggestions include concise before/after snippets and the trade-offs involved.
Can it help prioritize technical debt?
Yes. It highlights impact, effort, and risk to help rank improvements in a backlog.