بنقرة واحدة
cross-repo-workflows
Register repositories, maintain multi-repo graph freshness, and search across repos with dagayn.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Register repositories, maintain multi-repo graph freshness, and search across repos with dagayn.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Read a Markdown document with full dependency context — query the dagayn graph first, pre-read referenced docs and code by edge type, then read the body.
Author Markdown documents (READMEs, design docs, RFCs) so dagayn extracts correct dependency edges. Four-stage flow — outline & sort, draft & verify, polish, summary.
Evaluate architecture signals through the unified dagayn dispatcher
Systematically debug issues using graph-powered code navigation
Navigate and understand codebase structure using the knowledge graph
Plan and execute safe refactoring using dependency analysis
| name | cross-repo-workflows |
| description | Register repositories, maintain multi-repo graph freshness, and search across repos with dagayn. |
| argument-hint | [repo or query] |
Use this when a task spans multiple repositories, shared libraries, downstream consumers, or a multi-repo watch daemon.
This packaged skill is mode-neutral. dagayn install rewrites this section with
the selected embedding mode so cross-repo search advice matches the installed
retrieval setup.
dagayn tool list_repos_tool
dagayn repos
dagayn register /path/to/repo --alias short-name
dagayn daemon add /path/to/repo
dagayn daemon status
dagayn daemon start
dagayn daemon logs
dagayn tool cross_repo_search_tool --arg query='"billing client"'
query_graph_tool, review_tool, or
semantic_search_nodes_tool for source-level verification.build_or_update_graph_tool() before relying on a result.rg across
multiple checkout roots.