x-use-review

Reviews X account health, metrics, pending drafts, and queued actions in one digest.

165|29|Updated Aug 2, 2024
One-click install
npx skills add https://github.com/ihuzaifashoukat/x-use --skill x-use-review-ihuzaifashoukat
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: x-use-review
Source: https://github.com/ihuzaifashoukat/x-use/tree/main/plugins/x-use/skills/x-use-review
Command: npx skills add https://github.com/ihuzaifashoukat/x-use --skill x-use-review-ihuzaifashoukat

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing an automated X (Twitter) account means checking health, metrics, drafts, and queues across multiple tools. This Skill consolidates that into a single daily digest so you can see account status and make approval decisions in one pass. ## Core Features & Use Cases - Account Health Check: Verifies cookie validity, configuration, session state, queue, and drafts, flagging expired cookies first since they block everything else. - Metrics Summary: Reports post, reply, like, and error counters plus recent events in a compact 2-3 line summary. - Draft and Queue Decisions: Lists pending drafts and queued actions, then approves, rejects, processes, or cancels them only when you direct it. - Use Case: Start each morning by asking for an account review, see that cookies are valid, three drafts are pending, and two queued replies are due, then approve the drafts one by one. ## Quick Start Ask the assistant to run a daily review of my x-use account and show me any pending drafts for approval.

Frequently Asked Questions about x-use-review

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

FAQPage Schema
How do I check the health of my x-use X account?▼

Run the review workflow, which calls get_account_health to check cookie validity, configuration, session, queue, and drafts. Expired cookies are flagged first because nothing else works until you re-export cookies and update the account.

How do I approve pending drafts in x-use?▼

The review lists pending drafts in a numbered table with action, target, text preview, and draft_id. You then direct which drafts to approve, and each is approved individually via approve_draft with its draft_id.

Does the x-use review skill change anything automatically?▼

No, it is read-only by default. It only approves, rejects, processes, or cancels items when you explicitly direct it, so reviewing your account never triggers posts or queue processing on its own.

What happens if my X account cookies are expired?▼

Expired cookies are flagged first in the health check because all other operations depend on a valid session. You need to re-export cookies from your browser and update the account with update_account before continuing.

Can I process queued actions during the daily review?▼

Yes, after reviewing the queue you can direct the skill to run process_queue for due items, subject to daily caps. You can also cancel individual queued actions by their queue_id.