Running Tend — numbagg

Guide numbagg maintainers through tend-specific CI workflows and polling rules.

243|20|Updated Oct 21, 2014
One-click install
npx skills add https://github.com/numbagg/numbagg --skill running-tend-numbagg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Running Tend — numbagg
Source: https://github.com/numbagg/numbagg/tree/main/.claude/skills/running-tend
Command: npx skills add https://github.com/numbagg/numbagg --skill running-tend-numbagg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps maintainers follow numbagg’s tend-specific CI conventions so benchmarking, polling, and issue filing run reliably without unnecessary waits or confusion.

Core Features & Use Cases

  • Filing issues in other repos: Provides a permission model for when to open issues in agent-equipped target repositories.
  • CI workflows guidance: Points to the main CI workflow and related tooling for fixes.
  • CI polling cap workaround: Advises how to poll longer-running benchmark checks beyond a fixed iteration cap.
  • Nightly rolling survey behavior: Explains why some nightly survey outputs are empty and how to respond.
  • Dependency management pointer: Notes where dependencies are managed and which workflow handles updates.

Quick Start

Tell the AI to produce an updated CI change plan for numbagg that respects the 17-minute benchmark polling behavior and the empty nightly survey output expectations.

Frequently Asked Questions about Running Tend — numbagg

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix numbagg CI benchmark checks that exceed the polling cap?

To fix numbagg CI benchmark checks exceeding the polling cap, implement a recommended polling loop behavior that monitors long-running checks beyond the fixed iteration limit. This prevents unnecessary waits during maintenance cycles.

Why does the numbagg nightly rolling survey output empty results?

The numbagg nightly rolling survey outputs empty results as an expected behavior during certain maintenance cycles. Follow standard workflow rules without treating the empty survey output as a CI failure.

What is the correct workflow for filing issues in other repos during numbagg maintenance?

Filing issues in other repos during numbagg maintenance requires following a specific permission model for opening issues in agent-equipped target repositories. This ensures correct dependency management and CI workflow updates.

How do I update CI scripts for numbagg without wasting iterations?

To update CI scripts for numbagg without wasting iterations, follow the exact CI workflow names defined by tend-specific conventions. This guides you in producing an updated CI change plan respecting benchmark polling behavior.

Where are numbagg dependencies managed and which workflow handles updates?

Numbagg dependencies are managed via a specific pointer system identifying which workflow handles updates. This ensures maintainers correctly update CI scripts and fix failing benchmarks during repository maintenance.