respond

Automates delegation, build-verified resolution, and documentation updates of code review findings.

1|Updated May 16, 2026
One-click install
npx skills add https://github.com/OPENSPHERE-Inc/claude-plugin-marketplace --skill respond-opensphere-inc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: respond
Source: https://github.com/OPENSPHERE-Inc/claude-plugin-marketplace/tree/main/creview/skills/respond
Command: npx skills add https://github.com/OPENSPHERE-Inc/claude-plugin-marketplace --skill respond-opensphere-inc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill streamlines the post-review process by automating the implementation of code fixes, ensuring build integrity, and maintaining documentation consistency without manual orchestration.

Core Features & Use Cases

  • Automated Fix Delegation: Automatically assigns identified code review findings to specialist agents based on triage metadata.
  • Build & Test Verification: Orchestrates a robust loop of formatting, building, and testing to ensure fixes do not introduce regressions.
  • Review Synchronization: Automatically updates the review document with fix statuses and concise descriptions, keeping the source of truth current.

Quick Start

Run the respond skill by providing the path to your current review document to automatically address all triage-approved findings.

Frequently Asked Questions about respond

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

FAQPage Schema
How do I automate code review fixes and build verification in a multi-agent workflow?

Automating code review fixes involves orchestrating triage, fix delegation, and build-validated resolution across multi-agent workflows. This skill automatically assigns findings to specialist agents and runs formatting, building, and testing loops to ensure no regressions are introduced.

What is the best way to keep review documents synchronized after applying code refactoring?

Keeping review documents synchronized requires automatically updating the source of truth with fix statuses and concise descriptions. This skill integrates review synchronization directly into the workflow, ensuring documentation consistency matches the applied code changes.

Do I need Python 3 to run automated build verification and fix delegation?

Yes, Python 3 is required to run the integrated scripts for automated build verification and fix delegation. The skill uses Python scripts to detect build formats, execute parallel tasks, and maintain documentation updates.

How does build verification work when resolving code quality issues automatically?

Build verification for code quality issues works by orchestrating a robust loop of formatting, building, and testing after fixes are applied. This ensures that automated resolutions do not introduce regressions before updating the review document.

Can I use this for parallel task execution across multiple agents in software engineering projects?

Yes, this skill is specifically designed for software engineering projects requiring parallel task execution. It applies systematic triage and delegates code review findings to specialist agents based on metadata within a multi-agent development workflow.

When should I avoid automating the post-review code fix process?

You should avoid automating the post-review code fix process when your project lacks a triage-approved review document. The skill requires a structured review document path and triage metadata to correctly delegate findings and execute build-format detection.