* Improve senior-fullstack skill description and workflow validation

- Expand frontmatter description with concrete actions and trigger clauses
- Add validation steps to scaffolding workflow (verify scaffold succeeded)
- Add re-run verification step to audit workflow (confirm P0 fixes)

* chore: sync codex skills symlinks [automated]

* fix(skill): normalize senior-fullstack frontmatter to inline format

Normalize YAML description from block scalar (>) to inline single-line
format matching all other 50+ skills. Align frontmatter trigger phrases
with the body's Trigger Phrases section to eliminate duplication.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix(ci): add GITHUB_TOKEN to checkout + restore corrupted skill descriptions

- Add token: ${{ secrets.GITHUB_TOKEN }} to actions/checkout@v4 in
  sync-codex-skills.yml so git-auto-commit-action can push back to branch
  (fixes: fatal: could not read Username, exit 128)
- Restore correct description for incident-commander (was: 'Skill from engineering-team')
- Restore correct description for senior-fullstack (was: '>')

* fix(ci): pass PROJECTS_TOKEN to fix automated commits + remove duplicate checkout

Fixes PROJECTS_TOKEN passthrough for git-auto-commit-action and removes duplicate checkout step in pr-issue-auto-close workflow.

* fix(ci): remove stray merge conflict marker in sync-codex-skills.yml (#221)

Co-authored-by: Leo <leo@leo-agent-server>

* fix(ci): fix workflow errors + add OpenClaw support (#222)

---------

Co-authored-by: Baptiste Fernandez <fernandez.baptiste1@gmail.com>
Co-authored-by: alirezarezvani <5697919+alirezarezvani@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Leo <leo@leo-agent-server>
This commit is contained in:
Alireza Rezvani
2026-02-25 10:58:52 +01:00
committed by GitHub
parent 0bea02d2b6
commit 7fde8a90e9
7 changed files with 105 additions and 113 deletions

View File

@@ -3,7 +3,7 @@
"name": "claude-code-skills",
"description": "Production-ready skill packages for AI agents - Marketing, Engineering, Product, C-Level, PM, and RA/QM",
"repository": "https://github.com/alirezarezvani/claude-skills",
"total_skills": 65,
"total_skills": 54,
"skills": [
{
"name": "customer-success-manager",
@@ -53,30 +53,6 @@
"category": "engineering",
"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": "tech-debt-tracker",
"source": "../../engineering/tech-debt-tracker",
"category": "engineering",
"description": "Codebase debt analysis with AST parsing, prioritization frameworks, and trend dashboards. Automatically identifies tech debt signals, analyzes cost-of-delay, and tracks debt trends over time with executive reporting capabilities."
},
{
"name": "api-design-reviewer",
"source": "../../engineering/api-design-reviewer",
"category": "engineering",
"description": "REST/OpenAPI linting, breaking change detection, and API design scorecards. Validates API conventions, detects compatibility issues, scores design quality, and ensures security best practices for REST APIs."
},
{
"name": "interview-system-designer",
"source": "../../engineering/interview-system-designer",
"category": "engineering",
"description": "Calibrated interview loops, question banks, and hiring calibration analysis. Designs role-specific interview processes, generates competency-based questions, and provides bias analysis with standardized evaluation frameworks."
},
{
"name": "migration-architect",
"source": "../../engineering/migration-architect",
"category": "engineering",
"description": "Zero-downtime migration planning, compatibility checking, and rollback generation. Plans phased migrations, validates schema compatibility, generates rollback procedures, and provides risk assessment for complex system migrations."
},
{
"name": "ms365-tenant-manager",
"source": "../../engineering-team/ms365-tenant-manager",
@@ -352,56 +328,6 @@
"source": "../../ra-qm-team/risk-management-specialist",
"category": "ra-qm",
"description": "Medical device risk management specialist implementing ISO 14971 throughout product lifecycle. Provides risk analysis, risk evaluation, risk control, and post-production information analysis."
},
{
"name": "observability-designer",
"path": "engineering/observability-designer",
"category": "engineering",
"tier": "POWERFUL",
"description": "SLI/SLO frameworks, alert optimization, and dashboard generation for production observability.",
"scripts": [
"slo_designer.py",
"alert_optimizer.py",
"dashboard_generator.py"
],
"references": true,
"assets": true
},
{
"name": "dependency-auditor",
"source": "../../engineering/dependency-auditor",
"category": "engineering",
"description": "Multi-language dependency scanning, license compliance, and upgrade planning for modern software projects"
},
{
"name": "release-manager",
"source": "../../engineering/release-manager",
"category": "engineering",
"description": "Automated changelog generation, semantic version bumping, and release readiness planning for production deployments"
},
{
"name": "database-designer",
"source": "../../engineering/database-designer",
"category": "engineering",
"description": "Schema analysis with ERD generation, index optimization, and migration generation for database architecture"
},
{
"name": "rag-architect",
"source": "../../engineering/rag-architect",
"category": "engineering",
"description": "RAG pipeline design with chunking optimization, retrieval evaluation, and architecture generation for AI systems"
},
{
"name": "agent-designer",
"source": "../../engineering/agent-designer",
"category": "engineering",
"description": "Multi-agent system architecture, tool schema generation, and agent performance evaluation for agentic AI"
},
{
"name": "skill-tester",
"source": "../../engineering/skill-tester",
"category": "engineering",
"description": "Meta-skill for automated skill validation, script testing, and quality scoring for skill development workflows"
}
],
"categories": {
@@ -416,7 +342,7 @@
"description": "Executive leadership and advisory skills"
},
"engineering": {
"count": 25,
"count": 19,
"source": "../../engineering-team",
"description": "Software engineering and technical skills"
},
@@ -445,6 +371,5 @@
"source": "../../ra-qm-team",
"description": "Regulatory affairs and quality management skills"
}
},
"total": 65
}
}
}