Skip to content

feat(skill): Add Claude Agent Skills generation support - #998

Merged
yamadashy merged 30 commits into
mainfrom
feat/agent-skills
Dec 11, 2025
Merged

feat(skill): Add Claude Agent Skills generation support#998
yamadashy merged 30 commits into
mainfrom
feat/agent-skills

fix(skill): Address PR review feedback

7e5a431
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 11, 2025 in 0s

89.50% (target 75.00%)

View this Pull Request on Codecov

89.50% (target 75.00%)

Details

Codecov Report

❌ Patch coverage is 84.84848% with 215 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.50%. Comparing base (50580c2) to head (7e5a431).

Files with missing lines Patch % Lines
src/core/skill/skillTechStack.ts 73.94% 124 Missing ⚠️
src/cli/actions/remoteAction.ts 32.55% 29 Missing ⚠️
src/core/packager.ts 18.18% 18 Missing ⚠️
src/core/skill/skillUtils.ts 75.40% 15 Missing ⚠️
src/core/skill/writeSkillOutput.ts 63.88% 13 Missing ⚠️
src/cli/cliReport.ts 66.66% 8 Missing ⚠️
src/cli/actions/defaultAction.ts 74.07% 7 Missing ⚠️
src/core/output/outputGenerate.ts 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #998      +/-   ##
==========================================
- Coverage   90.38%   89.50%   -0.88%     
==========================================
  Files         110      120      +10     
  Lines        7890     9192    +1302     
  Branches     1528     1662     +134     
==========================================
+ Hits         7131     8227    +1096     
- Misses        759      965     +206     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.