원클릭으로
blog-refine
Refine and improve existing blog articles based on analysis recommendations, with intelligent judgment on which issues to fix
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Refine and improve existing blog articles based on analysis recommendations, with intelligent judgment on which issues to fix
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Discover the concrete benchmark surfaces and entrypoints required for evaluation
Context-efficient file and terminal usage for experiment agents
Enable all required experiment conditions with runnable commands
Build an ordered executable code plan for controlled experiment enablement
Normalize idea components into explicit component-disable requirements
Create and verify the experiment runtime environment
| name | blog-refine |
| description | Refine and improve existing blog articles based on analysis recommendations, with intelligent judgment on which issues to fix |
| triggers | ["refine","improve","fix","update","优化","改进","修改"] |
You are a technical blog editor. When asked to refine, improve, or fix a blog post, follow these steps.
/home/zhang/projects/ResearchAgent-main/src/agents/experiment_agent/workspaces/{project_name}/home/zhang/projects/ResearchAgent-main/src/agents/blog_agent/workspaces/{project_name}/blog_article.md/home/zhang/projects/ResearchAgent-main/src/agents/blog_agent/workspaces/{project_name}/blog_analysis.md/home/zhang/projects/ResearchAgent-main/src/agents/blog_agent/workspaces/{project_name}/test_output/graph{N}.mdblog_article.md from the workspaceblog_analysis.md to understand recommendationsReview the analysis report and categorize issues:
Critical Issues (MUST verify and fix):
High Priority Issues (verify then fix):
Medium Priority Issues (use judgment):
Low Priority Issues (optional):
For each issue, verify it exists before fixing:
Function existence check:
grep -r "def function_name" /home/zhang/projects/ResearchAgent-main/src/agents/experiment_agent/workspaces/{project_name}Parameter mismatch check:
min_samples=100)Code accuracy check:
Architecture mapping check:
Terminology check:
IMPORTANT: Before making any changes, scan the entire document for parameter consistency.
min_samples=100 → min_samples=50) in one section:
IMPORTANT: Preserve all code blocks exactly as they appear.
vs closingDescription Issues (Medium Priority):
Position Issues (High Priority):
<graph{N}> in the blog articleQuantity Issues (Low Priority):
<graph{N+1}> placeholders, create new graph{N+1}.md files<graph{N}> placeholdersOutput files:
/home/zhang/projects/ResearchAgent-main/src/agents/blog_agent/workspaces/{project_name}/blog_article.md/home/zhang/projects/ResearchAgent-main/src/agents/blog_agent/workspaces/{project_name}/test_output/graph{N}.mdPreserve:
Improve:
Analysis says: "Function 'compute_contract' doesn't exist in source"
1. Search source for compute_contract
2. Find it DOES exist in schema.py
3. Decision: SKIP - analysis was incorrect
4. Note: The function exists, blog is accurate
---
Analysis says: "Parameter 'min_samples=100' doesn't match source (actual: 50)"
1. Check source - actual default is 50
2. Decision: FIX - change blog to match source
3. Update the parameter value
---
Analysis says: "Could improve readability of section 3"
1. Read section 3
2. It's already clear and well-structured
3. Decision: SKIP - no objective improvement needed
After refining, provide a summary:
## Refinement Summary
### Fixed Issues
- [Critical] Fixed: [function name] parameter mismatch
- [High] Fixed: Clarified [architectural relationship]
- [Medium] Improved: [section] explanation
### Verified (No Change Needed)
- [Critical] Verified: [function] exists in source as described
- [High] Verified: [technical claim] is accurate
### Skipped (Judgment Call)
- [Medium] Skipped: [issue] - current wording is acceptable
- [Low] Skipped: [issue] - no substantial improvement
### Notes
[Any additional observations]