assess

Assess feature branches across repositories for wire-shape agreement and event wiring.

16|2|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/pipecrew-ai/pipecrew --skill assess-pipecrew-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assess
Source: https://github.com/pipecrew-ai/pipecrew/tree/main/skills/assess
Command: npx skills add https://github.com/pipecrew-ai/pipecrew --skill assess-pipecrew-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of cross-repo integration by providing a comprehensive assessment of feature branches across all relevant repositories, ensuring that integration is seamless and requirements are met.

Core Features & Use Cases

  • Cross-Repo Assessment: Checks for wire-shape agreement, requirement enforcement symmetry, and event/infra wiring.
  • Manual Feature Validation: Use for verifying manually-implemented features.
  • Pre-Merge Validation: Run before merging to catch issues early.
  • Use Case: Before merging a feature branch, use this Skill to ensure that all components work together as expected and that requirements are enforced consistently across repositories.

Quick Start

Assess the feature branch 'feature/contract-types' with /assess --branch=feature/contract-types.

Frequently Asked Questions about assess

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

FAQPage Schema
How do I validate cross-repo integration before merging a feature branch?

Pre-merge validation checks for wire-shape agreement, requirement enforcement symmetry, and event or infra wiring across all relevant repositories to ensure consistent feature branch integration before merging.

What is cross-repo assessment and how does it work for manual feature verification?

Cross-repo assessment checks wire-shape agreement, requirement enforcement symmetry, and event or infra wiring across multiple repositories to ensure manually implemented features integrate consistently and reliably.

Can I check requirement enforcement symmetry across multiple repositories with a single command?

Yes, you can run a single command on your feature branch to check requirement enforcement symmetry across multiple repositories, ensuring consistent and reliable integration before merging.

When do I need to run a repository assessment for feature branch integration?

Run a repository assessment for pre-merge validation or manual feature verification to catch cross-repo integration issues early by ensuring components work together and requirements are enforced consistently.

What are the limitations of using standalone cross-repo assessment for pre-merge validation?

Standalone cross-repo assessment focuses on pre-merge validation and manual feature verification of wire-shape agreement and event or infra wiring, rather than executing automated test suites or deploying infrastructure.