Skip to content

Add extensibility request advisor evaluation - #814

Open
Marko Aleksandric (AleksandricMarko) wants to merge 1 commit into
mainfrom
feature/extensibility-request-advisor-eval
Open

Add extensibility request advisor evaluation#814
Marko Aleksandric (AleksandricMarko) wants to merge 1 commit into
mainfrom
feature/extensibility-request-advisor-eval

Conversation

@AleksandricMarko

@AleksandricMarko Marko Aleksandric (AleksandricMarko) commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator

Purpose

Adds a single-shot BC-Bench proxy for the interactive extensibility advisor. Given all requester context upfront, the agent classifies the request, checks blockers and existing extensibility points, and either drafts an issue preview, recommends an existing point, or rejects a blocked request. It runs offline and never submits a GitHub issue.

Includes the advisor skill and custom agent, structured advisor_result.json output, 10 scenarios, workflow wiring, and tests.

Fixes AB#613841

Introduce a single-shot offline proxy for the interactive BC extensibility advisor, including draft, existing-point, and blocked scenarios.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: ffdabc59-f3be-4516-be23-1c236809af68
from bcbench.types import Checklist, ChecklistAssertion

__all__ = ["ExtRequestImplementEntry", "ExtRequestTriageEntry", "ManagedLabel"]
__all__ = ["ExtRequestAdvisorEntry", "ExtRequestImplementEntry", "ExtRequestTriageEntry", "ManagedLabel"]

@haoranpb Sun Haoran (haoranpb) left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good as the first step, let's do some runs and analysis

Comment thread CATEGORIES.md

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nit] no need to keep updating this documentation here since it's similiar to pre-existing extensibility ones

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