LICENSE
README.md
pyproject.toml
github_agent/__init__.py
github_agent/__main__.py
github_agent/agent_server.py
github_agent/api_client.py
github_agent/auth.py
github_agent/github_gql.py
github_agent/github_input_models.py
github_agent/github_response_models.py
github_agent/kg_ingest.py
github_agent/mcp_config.json
github_agent/mcp_server.py
github_agent.egg-info/PKG-INFO
github_agent.egg-info/SOURCES.txt
github_agent.egg-info/dependency_links.txt
github_agent.egg-info/entry_points.txt
github_agent.egg-info/requires.txt
github_agent.egg-info/top_level.txt
github_agent/api/__init__.py
github_agent/api/api_client_base.py
github_agent/api/api_client_branches.py
github_agent/api/api_client_commits.py
github_agent/api/api_client_contents.py
github_agent/api/api_client_dependabot.py
github_agent/api/api_client_issues.py
github_agent/api/api_client_orgs.py
github_agent/api/api_client_pages.py
github_agent/api/api_client_pulls.py
github_agent/api/api_client_releases.py
github_agent/api/api_client_repos.py
github_agent/api/api_client_search.py
github_agent/api/api_client_workflows.py
github_agent/connectors/__init__.py
github_agent/connectors/mcp_source_presets.json
github_agent/mcp/__init__.py
github_agent/mcp/mcp_action.py
github_agent/mcp/mcp_branch.py
github_agent/mcp/mcp_collaborator.py
github_agent/mcp/mcp_commit.py
github_agent/mcp/mcp_content.py
github_agent/mcp/mcp_dependabot.py
github_agent/mcp/mcp_issue.py
github_agent/mcp/mcp_org.py
github_agent/mcp/mcp_pull.py
github_agent/mcp/mcp_release.py
github_agent/mcp/mcp_repo.py
github_agent/mcp/mcp_search.py
github_agent/ontology/__init__.py
github_agent/ontology/github.ttl
github_agent/prompts/__init__.py
github_agent/prompts/code_collaboration_specialist.json
github_agent/prompts/main_agent.json
github_agent/skills/__init__.py
github_agent/skills/github-actions-ci-review/SKILL.md
github_agent/skills/github-backlog-planner/SKILL.md
github_agent/skills/github-backlog-planner/references/addressed-heuristics.md
github_agent/skills/github-backlog-planner/scripts/build_plan.py
github_agent/skills/github-ci-failure-sweep/SKILL.md
github_agent/skills/github-ci-failure-sweep/references/actions-tool-cheatsheet.md
github_agent/skills/github-ci-failure-sweep/scripts/summarize_runs.py
github_agent/skills/github-dependabot-review/SKILL.md
github_agent/skills/github-issue-tracking/SKILL.md
github_agent/skills/github-org-remediation-loop/SKILL.md
github_agent/skills/github-org-remediation-loop/scripts/classify_fix_risk.py
github_agent/skills/github-pr-review-sweep/SKILL.md
github_agent/skills/github-pr-review-sweep/references/pulls-tool-cheatsheet.md
github_agent/skills/github-pr-review-sweep/scripts/summarize_prs.py
github_agent/skills/github-project-provisioner/SKILL.md
github_agent/skills/github-project-provisioner/scripts/enable_pages.py
github_agent/skills/github-pull-request-create/SKILL.md
github_agent/skills/github-pull-request-review/SKILL.md
github_agent/skills/github-repository-management/SKILL.md
github_agent/skills/github-tools/SKILL.md
github_agent/skills/github-tools/code-reviewer.md
github_agent/skills/github-tools/scripts/fetch_comments.py
github_agent/skills/github-tools/scripts/inspect_pr_checks.py
github_agent/skills/github-triage-resolver/SKILL.md
github_agent/skills/github-triage-resolver/references/resolution-rules.md
github_agent/skills/github-triage-resolver/scripts/classify_safe.py
github_agent/skills/github-triage-resolver/scripts/gh_write.py
scripts/security_sanitizer.py
scripts/validate_a2a_agent.py
scripts/verify_api_integration.py
tests/conftest.py
tests/test_action_discovery.py
tests/test_api_client_endpoints.py
tests/test_api_validation.py
tests/test_auth_client_edge_cases.py
tests/test_concept_parity.py
tests/test_github_agent_api_brute_force_coverage.py
tests/test_github_agent_brute_force_coverage.py
tests/test_github_gql.py
tests/test_hardening.py
tests/test_init_dynamics.py
tests/test_kg_ingest.py
tests/test_mcp_coverage.py
tests/test_model_fields.py
tests/test_org_crud.py
tests/test_pages.py
tests/test_startup.py