[go: up one dir, main page]

code-simplifier ใŒไพฟๅˆฉ

๐Ÿ”„
note

Claude ใฎๅ…ฌๅผใฎใƒ—ใƒฉใ‚ฐใ‚คใƒณ้›†ใงใ‚ใ‚‹ claude-plugins-official ใง code-simplifier ใจใ„ใ† subagent ใŒๆไพ›ใ•ใ‚Œใฆใ„ใฆใ“ใ‚ŒใŒ็ตๆง‹ไพฟๅˆฉใ€‚ๅๅ‰ใฎ้€šใ‚Šใ€ๆ›ธใ„ใŸใ‚ณใƒผใƒ‰ใ‚’ใ‚ทใƒณใƒ—ใƒซใซใ—ใฆใใ‚Œใ‚‹ใ€‚

่‡ชๅˆ†ใฏใ“ใ‚Œใ‚’ Custom Slash Command ใงๅ‘ผใณๅ‡บใ—ใฆใ€ๅค‰ๆ›ดใ—ใŸใ‚‰ใƒ†ใ‚นใƒˆใ‚’ๅฎŸ่กŒใ™ใ‚‹ใ‚ˆใ†ใซใ—ใฆไฝฟใฃใฆใ„ใ‚‹ใ€‚

---
description: Simplify and refactor code while ensuring tests pass
allowed-tools: Task(code-simplifier:code-simplifier)
---

Simplify and refactor code using the code-simplifier subagent, then verify behavior is unchanged by running tests.

## Instructions

1. Use the `code-simplifier:code-simplifier` subagent to perform the refactoring
   - Focus on clarity, consistency, and maintainability
   - Preserve all existing functionality
2. After refactoring, run the project's test suite to verify behavior is unchanged
3. If tests fail, investigate and fix any regressions introduced by the refactoring
4. Report the changes made and test results

## Additional Context

$ARGUMENTS
> /code-simplifier
> /code-simplifier @src/index.ts ใ‚’ใƒชใƒ•ใ‚กใ‚ฏใ‚ฟใƒชใƒณใ‚ฐใ—ใฆ

CLAUDE.md ใซๆฏŽๅ›žๅฎŸ่กŒใ—ใฆใจๆ›ธใ„ใฆใŠใใฎใ‚‚ใ‚ˆใ•ใใ†ใ ใŒใ€ใใ“ใใ“ๅฎŸ่กŒใ‚ณใ‚นใƒˆใŒ้ซ˜ใ„ใ‚ˆใ†ใซๆ„Ÿใ˜ใฆใ„ใ‚‹ใฎใงใ€ไปŠใฎใจใ“ใ‚ใฏๆ˜Ž็คบ็š„ใซๅ‘ผใณๅ‡บใ™ใ‚ˆใ†ใซใ—ใฆใ„ใ‚‹ใ€‚

yaakai.to