agentsclimarketplace

Feedback triage

Skill fabioc-aloha/Alex_Skill_Mall/plugins/supervisor-fleet/feedback-triage

284 curated plugins for AI assistants across 16 categories: security, Azure, documentation, code quality, cloud infrastructure, and more. Works with GitHub Copilot. Drop into .github/skills/local/ and go.

Install
npx -y skills add fabioc-aloha/Alex_Skill_Mall --skill feedback-triage

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Categorize, deduplicate, and route fleet feedback to Edition fix, Mall change, or AlexMaster escalation

SKILL.md

3.7 KB, 899 tokens by cl100k_base, as published. Nobody here has run it

Feedback Triage

Process incoming feedback from ACT-Edition heirs. Triage classifies each item, deduplicates against open issues, and routes to the right destination.

When to Use

  • A new file lands in feedback/inbox/
  • A scheduled triage sweep runs (recommended weekly)
  • A pattern emerges across recent feedback that warrants escalation

The Three Routes

Every feedback item goes to exactly one of three destinations:

RouteWhenDestination
Edition fixThe brain template needs a change (skill bug, instruction gap, prompt error)Alex_ACT_Edition PR
Mall changeA skill/store is broken, stale, or missing from the marketplaceAlex_Skill_Mall PR
AlexMaster escalationTouches ACT framework, non-ACT heirs, or fleet-wide governanceAlexMaster/AI-Memory/feedback/

Triage Steps

Step 1 — Categorize

Read the item and tag it with one of:

CategoryDefinition
bugAn artifact in Edition or Mall produces incorrect output
frictionThe artifact works but is awkward, slow, or confusing
feature-requestA new artifact or capability is being requested
successA win worth recording (informs future patterns)
frameworkTouches ACT manifesto, tenets, or claims — escalate

Step 2 — Deduplicate

Search feedback/inbox/ and decisions/ for similar items in the last 90 days:

grep -ri "<keyword>" feedback/ decisions/

If a match exists:

  • Identical: link the new item to the existing thread, close the new file
  • Related (same root cause): merge into the existing thread, note the new symptom
  • Distinct: keep separate

Step 3 — Severity

LevelDefinitionAction window
criticalBlocks fleet adoption or causes data lossSame day
highBlocks a heir or breaks a documented workflowWithin 1 week
mediumFriction but workaround existsNext release
lowCosmetic or nice-to-haveBacklog

Step 4 — Route

Apply the route table above. Move the file:

  • Edition fix → open PR against ../Alex_ACT_Edition with the verdict attached
  • Mall change → open PR against ../Alex_Skill_Mall
  • Escalation → write a stub to ../AlexMaster/AI-Memory/feedback/ (if AlexMaster is local) or open an issue (if remote)

Step 5 — Record

Append a row to decisions/curation-log.md (format below). This feeds the 60-day mechanical-vs-semantic re-evaluation per ADR-001.

Curation Log Format

| Date | Item | Category | Severity | Route | M/S | Notes |
|---|---|---|---|---|---|---|
| 2026-04-28 | mall-link-rot-01 | bug | medium | Mall change | M | 3 dead links in STORES.md |

Where M/S is Mechanical (script could detect) or Semantic (judgment required).

Anti-Patterns

Anti-patternCorrection
Routing every item to "Edition fix" by defaultMany items belong in the Mall or AlexMaster — read carefully
Skipping deduplication on busy weeksDedup is what prevents the inbox from becoming append-only noise
Auto-escalating ambiguous itemsEscalation is a last resort, not a default. Ask first
Forgetting to record M/S classificationThe 60-day re-eval depends on this signal

Related

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.