workflow

Review crosslink configuration drift and recommend fixes.

27|3|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/forecast-bio/ferray --skill workflow-forecast-bio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/forecast-bio/ferray/tree/main/.claude/skills/workflow
Command: npx skills add https://github.com/forecast-bio/ferray --skill workflow-forecast-bio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a guided, repeatable review of a project's crosslink configuration to identify drift from defaults and propose concrete fixes.

Core Features & Use Cases

  • Walks through tracking mode, security policies, language rules, hook implementations, and workflow conventions to surface misconfigurations.
  • Compares current settings against defaults and offers targeted remediation steps.
  • Use Case: When a repository's crosslink setup drifts from recommended practices, run this skill to generate a prioritized action plan and reset options if needed.

Quick Start

Walk me through a guided crosslink policy review, explain current settings, compare them to defaults, and suggest targeted fixes.

Frequently Asked Questions about workflow

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

FAQPage Schema
How do I review my crosslink configuration for drift from default settings?

To review crosslink configuration drift, run a guided policy check that compares tracking mode, security policies, language rules, and hook implementations against defaults to surface misconfigurations and propose concrete fixes.

What is a crosslink policy review and when do I need it?

A crosslink policy review is a repeatable assessment of your repository's configuration to identify drift from recommended practices. You need it when your setup drifts from defaults and requires a prioritized action plan to resolve.

How do I fix misconfigured crosslink hook implementations and workflow conventions?

Fix misconfigured crosslink hook implementations by walking through a guided review that reads your .crosslink/hook-config.json and rules to assess settings, then offers targeted remediation steps or a reset via crosslink init --force.

Can I reset my crosslink configuration if the drift is too large to fix manually?

Yes, you can reset your crosslink configuration when drift is extensive. The review process can propose a complete reset using the command crosslink init --force to restore recommended default settings across the repository.

What files do I need for a guided crosslink workflow and security policy review?

You need key crosslink configuration files such as .crosslink/hook-config.json and files within .crosslink/rules/*. The review reads these to assess tracking mode, security policies, and language rules.