What problem does it solve? Measuring how well a code generation model actually works requires executing generated code against unit tests across standardized benchmarks, which is tedious and error-prone to set up manually. This Skill provides the complete BigCode Evaluation Harness workflow for reproducible pass@k benchmarking. ## Core Features & Use Cases - Standard Benchmark Evaluation: Run HumanEval, HumanEval+, MBPP, and MBPP+ with configurable temperature, n_samples, and pass@k metric output. - Multi-Language Evaluation: Test models across 18 programming languages via MultiPL-E using a Docker-based safe execution workflow. - Instruction Model Support: Evaluate chat and instruction-tuned models with instruct-humaneval and HumanEvalPack tasks using proper instruction tokens. - Use Case: Compare StarCoder2, CodeLlama, and DeepSeek-Coder on HumanEval and MBPP, then generate a markdown comparison table of pass@1 scores for a model selection decision. ## Quick Start Ask the AI to evaluate a HuggingFace code model like bigcode/starcoder2-7b on HumanEval with 200 samples and code execution enabled, then report the pass@1 score.