Favicon of build-perf-baseline

build-perf-baseline Skill

AI Agent SkillC#Open source

Establish build performance baselines and apply systematic optimization techniques. USE FOR: diagnosing slow builds, establishing before/after measurements (cold, warm, no-op scenarios), applying optimization strategies like MSBuild Server, static graph builds, artifacts output, and dependency graph trimming. Start her Published by microsoft in testfx.

Decision snapshot

Is this a fit?

Best for

Developers using testfx, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is build-perf-baseline Skill?

Establish build performance baselines and apply systematic optimization techniques. USE FOR: diagnosing slow builds, establishing before/after measurements (cold, warm, no-op scenarios), applying optimization strategies like MSBuild Server, static graph builds, artifacts output, and dependency graph trimming. Start her Published by microsoft in testfx. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
75/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using testfx

Declared skill metadata

  • Declared license: MIT
  • Source file: .agents/skills/build-perf-baseline/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use build-perf-baseline Skill

  • Use it for developers using testfx.

Built with

C#Copy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/testfx
  • Skill file: .agents/skills/build-perf-baseline/SKILL.md

What it does

Establish build performance baselines and apply systematic optimization techniques. USE FOR: diagnosing slow builds, establishing before/after measurements (cold, warm, no-op scenarios), applying optimization strategies like MSBuild Server, static graph builds, artifacts output, and dependency graph trimming. Start her

Skill instructions

Build Performance Baseline & Optimization Overview Before optimizing a build, you need a baseline. Without measurements, optimization is guesswork. This skill covers how to establish baselines and apply systematic optimization techniques. Related skills: - build-perf-diagnostics — binlog-based bottleneck identification - incremental-build — Inputs/Outputs and up-to-date checks - build-parallelism — parallel and graph build tuning - eval-performance — glob and import chain optimization --- Step 1: Establish a Performance Baseline Measure three scenarios to understand where time is spent: Cold Build (First Build) No previous build output exists. Measures the full end-to-end time including restore, compilation, and all targets. bash Clean everything first dotnet clean Remove bin/obj to truly start fresh Get-ChildItem -Recurse -Directory -Include bin,obj | Remove-Item -Recurse -Force OR on Linux/macOS: find . -type d ( -name bin -o -name obj ) -exec rm -rf {} + Measure cold build dotnet

Verified compatibility and discovery

Frequently asked questions

What is build-perf-baseline?

build-perf-baseline is a open-source AI agent skill with Copy skill directory. Establish build performance baselines and apply systematic optimization techniques.

Who is build-perf-baseline best for?

build-perf-baseline is best for reusing agent instructions, scripts, and references.

How do I install build-perf-baseline?

Install or run build-perf-baseline using Copy skill directory. Check build-perf-baseline for the latest setup command.

Is build-perf-baseline actively maintained?

build-perf-baseline may need a closer maintenance check before production use.

Share:

Stars
1,031
Forks
305
Last commit
2 months ago
Last verified
Aug 28, 2026
Metadata fetched
Aug 28, 2026
Repository age
10 years
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to build-perf-baseline