procesio-cli-maintainer

Maintains procesio-cli repository source, manifests, MCP servers, generated routers, and tests.

4|2|Updated Sep 1, 2026
One-click install
npx skills add https://github.com/Procesio-Externals/procesio-cli --skill procesio-cli-maintainer-procesio-externals
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: procesio-cli-maintainer
Source: https://github.com/Procesio-Externals/procesio-cli/tree/main/skills/procesio-cli-maintainer
Command: npx skills add https://github.com/Procesio-Externals/procesio-cli --skill procesio-cli-maintainer-procesio-externals

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Changing the procesio-cli repository without breaking existing clients requires coordinating manifests, dispatchers, generated router files, tests, and documentation as one versioned contract, which is easy to get wrong when done ad hoc. ## Core Features & Use Cases - Contract-first change workflow: Reproduce a failing contract test, trace ownership across manifest, dispatcher, and generated outputs, then implement one verifiable unit. - Repository gates: Run offline checks including pytest, strict skill validation, routing evaluation, governance, secret scanning, and generated-file drift detection. - Skill integration: Integrate an already-designed Agent Skill into repository generation, translations, CI, and release controls using evidence handed off from agent-skill-engineer. - Use Case: When adding a new CLI action, use this Skill to update the manifest and implementation together, regenerate the capability router, verify the real client-facing JSON surface, and commit only a green unit. ## Quick Start Ask the agent to add a new PROCESIO CLI action while keeping its manifest, generated router, tests, and documentation in sync.

Frequently Asked Questions about procesio-cli-maintainer

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

FAQPage Schema
How do I add a new CLI action to procesio-cli?▼

Start with a failing contract-level test, then update the manifest and implementation together with typed arguments, stable output and error shapes, and reversibility classification. Regenerate the router and manuals from structural sources, run focused then full tests, and verify the real CLI invocation path.

What is the difference between procesio-cli and procesio-cli-maintainer?▼

procesio-cli operates a PROCESIO workspace, such as running processes and verifying outputs. procesio-cli-maintainer changes the repository source code itself, including manifests, MCP servers, generated routers, CI gates, and tests.

When should I use agent-skill-engineer instead of this Skill?▼

Use agent-skill-engineer when the primary deliverable is an Agent Skill package, SKILL.md authoring, routing boundaries, or behavioral evaluation. Return to procesio-cli-maintainer only for repository-specific integration, generation, translations, CI, and release controls.

Can I hand-edit the generated capability router or action manuals?▼

No. Generated router and manual files must be reproducible from structural sources, so changes go into the manifest or generator and outputs are regenerated. CI runs build-router --check to fail on drift between sources and generated files.

What tests are required before committing a repository change?▼

Run the offline gates: pytest across tools, agents, dashboard, webplatform and skills, strict skill validation, catalog and routing evaluation, governance checks, secret scanning, and the generated-file check. Commit only a green unit and never claim CI is green without observing the actual run.

How are MCP changes kept compatible with existing clients?▼

Prefer extending optional fields on existing operations over adding tools, keep existing tool names and required arguments, and confine resource access to an established root rejecting traversal and symlink escapes. Test protocol listing, old calls, new calls, and error paths without live credentials.