mend

Parse TOME findings, group by file, and orchestrate parallel mend-fixer teams.

6|3|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/vinhnxv/rune-plugin --skill mend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mend
Source: https://github.com/vinhnxv/rune-plugin/tree/main/plugins/rune/skills/mend
Command: npx skills add https://github.com/vinhnxv/rune-plugin --skill mend

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Parallel finding resolution and automated code fix orchestration from TOME findings, grouping issues by file and dispatching mend-fixer teammates to apply targeted fixes, then running ward checks and producing a consolidated resolution report.

Core Features & Use Cases

  • Group findings by file to prevent conflicting edits.
  • Spawn restricted mend-fixer teams to apply fixes in parallel.
  • Run post-fix ward checks and generate a comprehensive resolution report for auditing.

Quick Start

Run /rune:mend with a TOME path to automatically detect, plan, fix, and generate a resolution report.

Frequently Asked Questions about mend

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

FAQPage Schema
How do I automate code fixes from TOME findings across multiple files?

Automated code fix orchestration parses TOME findings, groups issues by file to prevent conflicts, and spawns parallel mend-fixer teams to apply targeted fixes. This multi-agent workflow handles planning, summoning fixers, and monitoring progress.

What is parallel finding resolution and how does it work?

Parallel finding resolution dispatches restricted mend-fixer teammates to apply fixes simultaneously, preventing conflicting edits by grouping issues by file. It operates across multi-agent workflows, handling planning, forging teams, and monitoring progress.

How do I start resolving findings with automated mend teams?

Run the command with a TOME path to automatically detect, plan, fix, and generate a resolution report. The system orchestrates multi-agent workflows to summon fixers, apply validated changes, and run post-fix ward checks.

Does automated finding resolution ensure safe and auditable code changes?

Automated finding resolution ensures safe, auditable changes through secure prompt handling, restricted tool access, and robust validation. It runs post-fix ward checks and generates a comprehensive resolution report for auditing.

Can I use multi-agent orchestration to fix code issues in parallel?

Yes, multi-agent orchestration spawns restricted mend-fixer teams to apply fixes in parallel across grouped files. This approach prevents conflicting edits while handling planning, summoning fixers, and monitoring progress.