[Feature] Copy all detected issues from the browser extension for an AI agent

Author: abdulwahaboneCreated Sep 16, 2026Updated Sep 16, 2026
Labelsenhancementneeds triage

What problem does this solve?

After scanning a page with the Impeccable browser extension, I want to pass all detected issues to a coding agent in one go. The popup in the screenshot shows 12 anti-patterns, with Scan page and Hide overlays controls, but no action to copy the complete set of findings.

Collecting each finding manually adds friction between identifying issues and asking an agent to fix them.

Proposed solution

Add a Copy all issues action to the extension popup after a scan. Copy the complete results as readable text or Markdown that can be pasted directly into a coding agent.

The copied report should include:

  • The page URL and total number of findings.
  • Each issue's name and explanation.
  • The affected element or selector and relevant page context, where available.
  • Any existing fix guidance available for each finding.

Show a short confirmation when copying succeeds. The intended workflow is: scan page → copy all issues → paste into an agent → ask it to fix them.

Provider(s) this applies to

  • All providers

The entry point is the browser extension; the copied output should work with any coding agent.

Alternatives considered

Manually describing the findings or sharing screenshots with the agent. A single copy action would preserve the details and make this handoff faster.

Screenshot


Drafted and submitted with AI assistance (Codex), at the request of @abdulwahabone.