Skip to content

timseriakov/sem-inspect-weave-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sem-inspect-weave-skill

Portable Agent Skill that teaches a semantic version control workflow:

sem -> inspect -> weave

Roles:

  • sem: structural truth (entity-level diff/graph/impact)
  • inspect: review prioritization (risk/blast radius/dependents)
  • weave: coordination + merge semantics

This repository contains a single skill directory:

  • sem-inspect-weave/

Prerequisites

  • sem CLI
  • inspect CLI
  • weave CLI
  • Optional: gh (required for inspect pr)

Install

Option 1: via Vercel skills CLI (npx skills)

npx skills add timseriakov/sem-inspect-weave-skill --skill sem-inspect-weave

Optional discovery first:

npx skills add timseriakov/sem-inspect-weave-skill --list

Option 2: manual clone/copy

Agent-skill hosts (OpenCode, Codex CLI, Gemini CLI, etc.) typically discover skills under:

  • ~/.agents/skills/<skill-name>/SKILL.md

Since this repo name is not the same as the skill name, install by copying the skill folder:

git clone https://github.com/timseriakov/sem-inspect-weave-skill.git /tmp/sem-inspect-weave-skill
rm -rf ~/.agents/skills/sem-inspect-weave
cp -R /tmp/sem-inspect-weave-skill/sem-inspect-weave ~/.agents/skills/sem-inspect-weave

Verify:

test -f ~/.agents/skills/sem-inspect-weave/SKILL.md && echo "ok"

Usage

Read sem-inspect-weave/SKILL.md for the reasoning model, trigger phrases, and typical workflows.

Helper scripts are available under:

  • sem-inspect-weave/scripts/skill-preflight
  • sem-inspect-weave/scripts/sem-json
  • sem-inspect-weave/scripts/inspect-review-target
  • sem-inspect-weave/scripts/weave-preview-safe

Safety note:

  • never run weave setup unless explicitly requested (it mutates repo merge-driver configuration)

Related Projects and Links

Core CLI tools used by this skill:

Ecosystem and organization links:

License

MIT

About

Portable Agent Skill for semantic diff, review prioritization, and merge workflows

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages