cross-branch-check — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cross-branch-check (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when the user is about to push, open a PR, merge, rebase, or make a contract-affecting change such as changing a function signature, HTTP route, GraphQL schema, OpenAPI spec, or protobuf message.
Rosentic checks integration-state compatibility across active branches. It is not a code review tool and does not judge style, maintainability, or general code quality.
list_branches to see active branches in the repository.check_conflicts to scan for cross-branch contract conflicts.explain_conflict on the highest-priority finding before recommending next steps.List active branches:
{
"tool": "list_branches",
"arguments": {
"repo_path": "."
}
}Scan the current repository:
{
"tool": "check_conflicts",
"arguments": {
"repo_path": ".",
"base": "main",
"format": "summary"
}
}Scan a specific branch:
{
"tool": "check_conflicts",
"arguments": {
"repo_path": ".",
"branch": "feature/change-api",
"base": "main",
"format": "json"
}
}Explain a finding:
{
"tool": "explain_conflict",
"arguments": {
"repo_path": ".",
"finding_id": "finding-id-from-check-conflicts"
}
}Keep the response focused on merge safety:
UNSAFE finding with evidence.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.