autoresearch-blog

Automate budget-limited blog draft refinement toward a target score.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/xieydd/auto-research-blog --skill autoresearch-blog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: autoresearch-blog
Source: https://github.com/xieydd/auto-research-blog/tree/main
Command: npx skills add https://github.com/xieydd/auto-research-blog --skill autoresearch-blog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates budget-limited, iterative refinement and explicit keep/discard judgment for a single blog draft, enabling reproducible progress tracking and resume support.

Core Features & Use Cases

  • Budgeted multi-round refinement: run up to N iterations toward a target score with structured decision points.
  • Per-article state isolation: keeps experiments separate for each article to avoid cross-contamination.
  • Judge-driven evaluation: uses the judge.md rubric to decide keep vs discard and drive iteration.
  • Persistent experiment logs: records baseline, keep, and discard versions plus per-article state to support audit and rollback.
  • Support for control flow: enables continue and target-change operations as described in SKILL.md.

Quick Start

Provide the draft article, set a target score, and let autoresearch-blog run up to N rounds to decide keeps and discards.

Frequently Asked Questions about autoresearch-blog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate iterative blog post refinement within a budget?

You can refine a blog draft iteratively by running up to N rounds of evaluation toward a target score. The process uses a rubric to judge each version, deciding whether to keep or discard it, and persists the experiment state to support resume operations.

What is judge-driven evaluation for blog drafts and how does it work?

Judge-driven evaluation uses a rubric to score blog drafts and decide whether to keep or discard each version. This mechanism drives the iteration process by applying structured decision points to technical analysis or opinion blogs in Chinese or English.

Can I track experiment state per article to avoid cross-contamination?

Yes, you can track experiment state per article to isolate experiments and avoid cross-contamination. The process maintains per-article active_experiment.json files and records baseline, keep, and discard versions on disk to support audit and rollback.

How do I resume a paused blog refinement experiment?

To resume a paused blog refinement experiment, use the continue operation. The system persists experiment state on disk, allowing you to pick up exactly where the previous budgeted iteration left off without losing progress.

Does iterative blog refinement support both Chinese and English drafts?

Yes, iterative blog refinement supports both Chinese and English drafts. The judge-driven evaluation and keep or discard decisions apply to technical analysis and opinion blogs written in either language.

What are the limitations of budget-limited blog post refinement?

Budget-limited blog post refinement restricts the number of iterations to a set budget, stopping once the target score is reached or the iteration limit is hit. It focuses solely on refining a single blog draft rather than processing multiple articles simultaneously.