batch

Batch-evaluate job offers in parallel and generate A–G scored reports with PDFs.

Updated May 21, 2026
One-click install
npx skills add https://github.com/wahajahmed010/openclaw-skills --skill batch-wahajahmed010
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: batch
Source: https://github.com/wahajahmed010/openclaw-skills/tree/main/skills/career-ops/skills/batch
Command: npx skills add https://github.com/wahajahmed010/openclaw-skills --skill batch-wahajahmed010

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill solves the problem of slow, repetitive job-offer evaluation by letting you mass-process many job postings and generate consistent A–G score reports automatically.

Core Features & Use Cases

  • Parallel subagent evaluation: Each pending job URL/text is processed by a dedicated subagent with a clean context to produce a dedicated scored report and PDF.
  • Resumable batch state tracking: Maintains a TSV-based state file so reruns skip completed items and continue from failures.
  • Report tracking and merging: Writes per-job logs and then merges tracker additions into the central applications tracker for consolidated review.

Use case: You have 30–100 job URLs and want to score them with the same criteria, while producing PDFs and keeping an auditable record of what succeeded, what failed, and where each result lives.

Quick Start

Ask the batch skill to batch evaluate all pending job URLs listed in the batch-state.tsv file and generate reports and PDFs, then merge the new tracker entries into applications.md.

Frequently Asked Questions about batch

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

FAQPage Schema
How do I batch evaluate multiple job offers in parallel?

To batch evaluate job offers in parallel, this skill spawns dedicated subagents for each pending job URL or text input, producing consistent A–G scored outputs, PDF reports, and synchronized tracker updates. It reads pending items from a batch-state.tsv file to manage the workload.

What is subagent orchestration for high-volume career ops?

Subagent orchestration for career ops is the process of spawning isolated subagents to process multiple job descriptions simultaneously. This ensures consistent ATS scoring and report generation across high-volume applications without context overlap or bottlenecks.

How do I resume a failed job application evaluation batch?

You can resume a failed job application evaluation batch because the skill maintains a TSV-based state file. This resumable batch state tracking automatically skips completed items and continues processing from the exact point of failure on your next run.

Can I generate PDF reports and update my applications tracker automatically?

Yes, you can generate PDF reports and update your applications tracker automatically. The skill writes per-job logs, creates PDFs, and merges the new tracker additions directly into your central applications.md file for consolidated review.

Does workflow automation for resume ops support serial and parallel processing?

Yes, workflow automation for resume ops supports both serial and parallel processing. The skill spawns subagents serially or switches to parallel processing after a specified threshold, optimizing high-volume job offer evaluation workflows.

What is the best way to maintain an auditable record of job offer scoring?

The best way to maintain an auditable record of job offer scoring is using a batch evaluation system that logs per-job results and merges tracker additions into a central applications.md file, ensuring you know what succeeded, what failed, and where each result lives.