원클릭으로
feedback-application
Apply feedback and implement review suggestions. Incorporates reviewer comments into code changes systematically.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apply feedback and implement review suggestions. Incorporates reviewer comments into code changes systematically.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build autonomous game-playing agents using AI and reinforcement learning. Covers game environments, agent decision-making, strategy development, and performance optimization. Use when creating game-playing bots, testing game AI, strategic decision-making systems, or game theory applications.
Build interactive chat agents for exploring and discussing academic research papers from ArXiv. Covers paper retrieval, content processing, question-answering, and research synthesis. Use when building research assistants, paper summarization tools, academic knowledge bases, or scientific literature chatbots.
Build agents that generate creative content including music, memes, podcasts, and multimedia. Covers generative models, content synthesis, style transfer, and creative control. Use when building creative assistants, automated content creators, multimedia generators, or artistic AI systems.
Build agents specialized in conducting thorough research, gathering information from multiple sources, and synthesizing findings. Covers research planning, source evaluation, and report generation. Use when automating market research, competitive analysis, literature reviews, or intelligence gathering.
Build chat interfaces for querying documents using natural language. Extract information from PDFs, GitHub repositories, emails, and other sources. Use when creating interactive document Q&A systems, knowledge base chatbots, email search interfaces, or document exploration tools.
Create agents for financial analysis, investment research, and portfolio management. Covers financial data processing, risk analysis, and recommendation generation. Use when building investment analysis tools, robo-advisors, portfolio trackers, or financial intelligence systems.
| name | feedback-application |
| description | Apply feedback and implement review suggestions. Incorporates reviewer comments into code changes systematically. |
| license | Proprietary. LICENSE.txt has complete terms |
Systematically process and implement changes based on code review feedback.
Identify individual feedback items:
Use TodoWrite tool to create actionable tasks:
in_progress before startingExample:
- Add type hints to extract function
- Fix duplicate tag detection logic
- Update docstring in chain.py
- Add unit test for edge case
For each todo item:
Locate relevant code:
Make changes:
Verify changes:
Update status:
completed immediately after finishingin_progress at a time)Code changes:
New features:
Documentation:
Tests:
Refactoring:
After implementing changes:
uv run ruff checkKeep user informed:
Conflicting feedback:
Breaking changes required:
Tests fail after changes:
Referenced code doesn't exist: