diff --git a/.codex/skills-index.json b/.codex/skills-index.json index 10f668a..b2bca56 100644 --- a/.codex/skills-index.json +++ b/.codex/skills-index.json @@ -51,7 +51,7 @@ "name": "incident-commander", "source": "../../engineering-team/incident-commander", "category": "engineering", - "description": "Skill from engineering-team" + "description": "Incident response playbook with severity classification, timeline reconstruction, and post-incident review generation. Includes automated severity classification, timeline reconstruction from logs, PIR generation with RCA frameworks, and communication templates for stakeholder updates." }, { "name": "ms365-tenant-manager", @@ -105,7 +105,7 @@ "name": "senior-fullstack", "source": "../../engineering-team/senior-fullstack", "category": "engineering", - "description": ">" + "description": "Fullstack development toolkit with project scaffolding for Next.js/FastAPI/MERN/Django stacks and code quality analysis. Use when scaffolding new projects, analyzing codebase quality, or implementing fullstack architecture patterns." }, { "name": "senior-ml-engineer", diff --git a/.github/workflows/sync-codex-skills.yml b/.github/workflows/sync-codex-skills.yml index 4400c7e..358473f 100644 --- a/.github/workflows/sync-codex-skills.yml +++ b/.github/workflows/sync-codex-skills.yml @@ -28,6 +28,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Python uses: actions/setup-python@v5