Back to list
semicolon-devteam

fetch-team-context

by semicolon-devteam

SEMO (Semicolon Orchestrate) - AI Agent Orchestration Framework Monorepo

1🍴 0📅 Jan 22, 2026

SKILL.md


name: fetch-team-context description: Fetch Semicolon team standards from docs wiki. Use when (1) providing workflow or process advice, (2) recommending DevOps strategies, (3) referencing team conventions for decision-making, (4) checking team standards compliance. tools: [Bash, Read, GitHub CLI]

🔔 시스템 메시지: 이 Skill이 호출되면 [SEMO] Skill: fetch-team-context 호출 - {토픽} 시스템 메시지를 첫 줄에 출력하세요.

Fetch Team Context Skill

Purpose: Retrieve Semicolon team standards, processes, and conventions from docs wiki for informed decision-making

When to Use

Agents should invoke this skill when:

  • Providing workflow or process advice
  • Recommending DevOps strategies
  • Checking team conventions before suggesting changes
  • Validating recommendations against team standards

Quick Start

1. Identify Required Context

TopicWiki Page
Git & CommitsTeam Codex
WorkflowCollaboration Process
ArchitectureDevelopment Philosophy
EstimationEstimation Guide

2. Fetch via GitHub API

# List all wiki pages
gh api repos/semicolon-devteam/docs/contents | jq '.[].name'

# Web fetch fallback
web_fetch({ url: "https://github.com/semicolon-devteam/docs/wiki/Team-Codex" });

3. Extract Key Information

Parse fetched content for:

  • Rules: MUST, SHOULD, MUST NOT patterns
  • Conventions: Naming, formatting, structure
  • Processes: Step-by-step workflows
  • Examples: Code snippets, command examples

Usage

// Fetch specific context
skill: fetchTeamContext({ topic: "git-commits" });

// Fetch multiple contexts
skill: fetchTeamContext({ topics: ["workflow", "code-quality"] });

Critical Rules

  1. docs wiki is Source of Truth: Always prefer wiki over cached data
  2. Explicit Over Implicit: If wiki doesn't specify, don't assume
  3. Version Awareness: Note if wiki content seems outdated
  4. Fallback Gracefully: Use quick reference if wiki unavailable
  5. Attribution: Always cite source URL in responses
  6. 문서 유효성 검증 필수: 404 응답이면 반드시 사용자에게 알림

Dependencies

  • gh api - GitHub API access
  • web_fetch - Web content retrieval (fallback)
  • docs wiki - Source of truth
  • check-team-codex - Uses this for code quality rules
  • create-issues - Uses this for issue conventions
  • implement - Uses this for development workflow

References

For detailed documentation, see:

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon