job-review

Assess project manager effectiveness and job orchestration system health from repository data.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/hadi-nayebi/hadosh_android_app --skill job-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: job-review
Source: https://github.com/hadi-nayebi/hadosh_android_app/tree/main/.skills/job-review
Command: npx skills add https://github.com/hadi-nayebi/hadosh_android_app --skill job-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

The Job Review Skill automates evaluation of the project manager's effectiveness and the job orchestration system's health by collecting job data, git history, and script outputs to surface gaps, stale contexts, and improvement opportunities.

Core Features & Use Cases

  • Automated data collection: Parses .claude/data.json, inspects recent git commits, and tests scripts for runtime issues.
  • Five-dimension evaluation: Scores Job Quality, Evidence Chain, Growth Rate, Compute Distribution, and Context Hygiene with actionable GREEN/YELLOW/RED outcomes.
  • Synthesis and application: Writes findings to job notes, produces an improvement backlog, and can suggest or apply fixes to PM skills and jobs.
  • Use Case: Schedule periodic reviews to detect missing job steps/resources, stale focused jobs, or PM phase/order problems and generate maintenance jobs to address them.

Quick Start

Run the job-review skill to evaluate the PM and orchestration health and record findings to job-013 notes.

Frequently Asked Questions about job-review

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

FAQPage Schema
How do I evaluate project manager effectiveness using git history and job data?

Evaluating project manager effectiveness involves parsing job stores like .claude/data.json, inspecting recent git commits, and testing scripts to surface gaps and improvement opportunities. The process classifies findings across five dimensions and records actionable outcomes to job notes.

What is job orchestration health assessment and when do I need it?

Job orchestration health assessment scores Job Quality, Evidence Chain, Growth Rate, Compute Distribution, and Context Hygiene to detect stale contexts or missing job steps. You need it for periodic maintenance, post-job audits, or explicit review requests to ensure system reliability.

Do I need jq installed to review PM effectiveness and orchestration health?

Yes, you need jq installed as a dependency to review PM effectiveness and orchestration health. The skill uses jq to parse structured data from .claude/data.json and extract job metrics required for the five-dimension evaluation.

How do I schedule periodic reviews to detect stale jobs and PM phase problems?

Scheduling periodic reviews applies scheduled review triggers to repository job stores and git histories, classifying evaluation dimensions to identify stale focused jobs or PM phase and order problems, then generating maintenance jobs to address them.

What's the best way to automate post-job audits for missing job resources?

Automating post-job audits requires applying review triggers to parse .claude/data.json and inspect commits and scripts, classifying five evaluation dimensions to surface missing job steps or resources, and emitting structured findings to improvement backlogs.

Why does my job review show RED outcomes for Context Hygiene and Compute Distribution?

RED outcomes for Context Hygiene and Compute Distribution indicate stale focused contexts or imbalanced compute allocation detected during the five-dimension evaluation. The skill inspects git histories and script outputs to classify these issues and suggests fixes for PM skills and jobs.