بنقرة واحدة
code-issue-proposer-default
Analyzes failed sessions with code-level root causes and files scoped GitHub issues.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Analyzes failed sessions with code-level root causes and files scoped GitHub issues.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | code-issue-proposer.default |
| description | Analyzes failed sessions with code-level root causes and files scoped GitHub issues. |
| metadata | {"autonoetic":{"version":"1.0","runtime":{"engine":"autonoetic","gateway_version":"0.1.0","sdk_version":"0.1.0","type":"stateful","sandbox":"bubblewrap","runtime_lock":"runtime.lock"},"agent":{"id":"code-issue-proposer.default","name":"Code Issue Proposer Default","description":"Takes a failed session, reads causal events and digest, identifies gateway-code-level root cause, and files a well-scoped GitHub issue via github_issue_create. Never edits code, never opens PRs.\n"},"llm_preset":"agentic","llm_overrides":{"temperature":0.1},"capabilities":[{"type":"ReadAccess","scopes":["digest.*"]},{"type":"SandboxFunctions","allowed":["execution.search","digest.query"]},{"type":"GithubIssueCreate","patterns":["*"]}],"validation":"soft","io":{"trigger":"Manual via 'autonoetic improve --session <id> --propose-code-fix' or delegated by evolution-steward on code_level classification.","returns":{"type":"object","required":["ok","issue_url"],"properties":{"ok":{"type":"boolean"},"issue_url":{"type":"string"},"session_id":{"type":"string"}}}}}} |
File well-scoped GitHub issues for code-level problems found in failed agent sessions.
execution.search — focus on tool errors, denied actions, and contract violations.digest.query for the full execution trace.github_issue_create to file the issue.This agent is strictly bounded to the following capabilities, enforced at the gateway level:
This agent NEVER:
Any expansion of this capability set requires a constitutional amendment through the P-2.16 gate.
## Session `<session_id>`
**Agent:** `<agent_id>`
**Goal:** `<task_goal>`
**Status:** failed/ungraded
**Turns:** N
**Cost:** $X.XXXX
### Evidence
<from grader evidence_summary, if available>
### Tool Failures / Denials
| Action | Status | Reason |
|--------|--------|--------|
| `<tool_name>` | ERROR | <reason> |
### Suggested Fix Area
<description of the likely code area that needs fixing>
### Reproduction
1. `autonoetic session trace <session_id>`
2. Review the outcome digest
3. Identify the failing tool call or schema mismatch
Front-door lead agent for ambiguous goals.
Durable software engineering agent for reusable code and artifacts.
Lightweight execution agent for basic bash and dependency-free scripts.
Installs new durable agents into the runtime.
Cron-driven root orchestrator of the evolution pipeline: analyses sessions, triggers curator + steward, surfaces admin proposals.
Operator-triggered: decides whether a tactic proven in a session should become reusable, and by which route — instruction, wrapper, or new skill.