Skip to content

SKILL to extract benchmarks affected by the changes#37

Merged
Malkovsky merged 1 commit intomainfrom
feature/benchmarks_affected
Apr 18, 2026
Merged

SKILL to extract benchmarks affected by the changes#37
Malkovsky merged 1 commit intomainfrom
feature/benchmarks_affected

Conversation

@Malkovsky
Copy link
Copy Markdown
Owner

  • Added benchmarks-affected skill that relies on clang AST analysys
  • Refactored commands/skills not to duplicate instructions but rather reference each other

Comment thread .kilo/skills/benchmarks-affected/analyze_benchmarks_affected.py
Comment thread .kilo/skills/benchmarks-affected/analyze_benchmarks_affected.py
@kilo-code-bot
Copy link
Copy Markdown
Contributor

kilo-code-bot Bot commented Apr 18, 2026

Code Review Summary

Status: 1 Issues Found | Recommendation: Address before merge

Overview

Severity Count
CRITICAL 0
WARNING 1
SUGGESTION 1
Issue Details (click to expand)

WARNING

File Line Issue
.kilo/skills/benchmarks-affected/analyze_benchmarks_affected.py 855 AST failure can under-report affected benchmarks

SUGGESTION

File Line Issue
.kilo/skills/benchmarks-affected/analyze_benchmarks_affected.py 795 Skip dependency scans when no files changed
Files Reviewed (4 files)
  • .kilo/command/benchmarks-affected.md - 0 issues
  • .kilo/command/perf-review.md - 0 issues
  • .kilo/skills/benchmarks-affected/SKILL.md - 0 issues
  • .kilo/skills/benchmarks-affected/analyze_benchmarks_affected.py - 2 issues

Reviewed by gpt-5.2-codex-20260114 · 201,408 tokens

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.35%. Comparing base (1d5ea82) to head (b0706b6).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
+ Coverage   86.28%   86.35%   +0.07%     
==========================================
  Files          11       11              
  Lines        2850     2850              
  Branches      561      562       +1     
==========================================
+ Hits         2459     2461       +2     
+ Misses        257      254       -3     
- Partials      134      135       +1     
Flag Coverage Δ
gcov 86.35% <ø> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@Malkovsky Malkovsky merged commit 672bb02 into main Apr 18, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants