reviewing-faber-tasks

Inspect code diffs and route completed Faber tasks to merge, done, continue, or delete.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/blaknite/agent-skills --skill reviewing-faber-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-faber-tasks
Source: https://github.com/blaknite/agent-skills/tree/main/reviewing-faber-tasks
Command: npx skills add https://github.com/blaknite/agent-skills --skill reviewing-faber-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill helps you efficiently assess the output of Faber tasks, making informed decisions on whether to merge, mark as done, continue development, or delete the task.

Core Features & Use Cases

  • Inspect Diffs: Review changes made by a Faber task against the base branch.
  • Task Routing: Decide the next action (merge, done, continue, delete) based on the assessment.
  • Conflict Recovery: Provides guidance on how to handle merge conflicts.
  • Use Case: After a Faber task automatically attempts to add a new feature, you can use this skill to review the code changes, ensure they meet requirements, and then merge the task if satisfactory, or provide specific feedback if it needs further work.

Quick Start

Use the reviewing-faber-tasks skill to inspect the diff for the task 'b7c1-add-rate-limiting'.

Frequently Asked Questions about reviewing-faber-tasks

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

FAQPage Schema
How do I review code diffs from automated development tasks?

To review code diffs from automated development tasks, inspect the changes against the base branch to determine whether to merge, mark as done, continue development, or delete the unsatisfactory work.

What is the best way to route completed Faber tasks after inspecting changes?

The best way to route completed Faber tasks is by assessing the code diff to decide the next action: merging successful changes, marking exploratory tasks as done, continuing with new directions, or deleting unsatisfactory work.

How do I handle merge conflicts from automated code review workflows?

Handling merge conflicts from automated code review workflows involves following provided conflict recovery guidance to resolve issues before deciding whether to merge the task or continue development with new directions.

When should I delete unsatisfactory work from an automated development task?

You should delete unsatisfactory work from an automated development task when the code diff assessment shows the changes do not meet requirements and cannot be salvaged by continuing development with new directions.

Can I mark exploratory development tasks as done without merging the code?

Yes, you can mark exploratory development tasks as done without merging the code by assessing the task output and routing it as complete based on the structured review process.

Does the Faber task review process require any specific dependencies?

No, the Faber task review process does not require any specific dependencies, relying only on scripts and references to inspect code diffs and route the completed tasks appropriately.