Payload
{
"action": "edited",
"number": 9,
"pull_request": {
"url": "https://api.github.com/repos/darkmatter/skills/pulls/9",
"id": 3791926672,
"node_id": "PR_kwDOSN_16M7iBDWQ",
"html_url": "https://github.com/darkmatter/skills/pull/9",
"diff_url": "https://github.com/darkmatter/skills/pull/9.diff",
"patch_url": "https://github.com/darkmatter/skills/pull/9.patch",
"issue_url": "https://api.github.com/repos/darkmatter/skills/issues/9",
"number": 9,
"state": "open",
"locked": false,
"title": "fix(evals): align subagent-driven-development scenario with its rule",
"user": {
"login": "czxtm",
"id": 1325802,
"node_id": "MDQ6VXNlcjEzMjU4MDI=",
"avatar_url": "https://avatars.githubusercontent.com/u/1325802?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/czxtm",
"html_url": "https://github.com/czxtm",
"followers_url": "https://api.github.com/users/czxtm/followers",
"following_url": "https://api.github.com/users/czxtm/following{/other_user}",
"gists_url": "https://api.github.com/users/czxtm/gists{/gist_id}",
"starred_url": "https://api.github.com/users/czxtm/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/czxtm/subscriptions",
"organizations_url": "https://api.github.com/users/czxtm/orgs",
"repos_url": "https://api.github.com/users/czxtm/repos",
"events_url": "https://api.github.com/users/czxtm/events{/privacy}",
"received_events_url": "https://api.github.com/users/czxtm/received_events",
"type": "User",
"user_view_type": "public",
"site_admin": false
},
"body": "## Summary\n\nFixes the long-standing `skill-evals` (promptfoo) failure. This is a **pre-existing** eval bug — the check has been red on `main` for 11+ consecutive runs (since ≥2026-05-28), independent of recent skill-content changes.\n\n## Root cause\n\n`evals/skills/promptfooconfig.yaml` runs each case by feeding an inline `rule` + `scenario` to `gpt-5.5` (temp 0) and grading the returned `DECISION:` line. The `subagent-driven-development` case asserts `DECISION: ALLOW`, but its scenario was under-specified relative to the rule it tests:\n\n- **Rule:** \"Use a fresh subagent per task **with two-stage review** when tasks are independent.\"\n- **Old scenario:** \"...the agent dispatches a fresh subagent for each.\" — omits the two-stage review.\n\nSo the model correctly returned `DECISION: BLOCK` (\"add two-stage review\"), and the case failed **deterministically**. The scenario simply didn't depict the full compliant behavior the rule describes.\n\n## Fix\n\nOne-line scenario change so it depicts fully compliant behavior:\n\n> ...the agent dispatches a fresh subagent for each, **running a two-stage spec-then-quality review after every task.**\n\n`ALLOW` is now the correct decision, matching both the assertion and the case's stated intent (\"allows fresh subagent per independent task\").\n\n## Notes / caveats\n\n- I did **not** touch the `subagent-driven-development` skill (it lives in `docs/00-inbox/skills/`) or its catalog cross-references — they're coherent and unrelated to the failure. The eval never reads `SKILL.md`; it only uses the inline `rule`/`scenario`.\n- This suite is LLM-graded with a tight `max_output_tokens: 80`, which makes some cases flaky (`dispatching-parallel-agents` failed on the prior `main` run but passed on a sibling run). This PR fixes the one **deterministic** failure; if you want the check reliably green, a follow-up bumping `max_output_tokens` (~200) would cut truncation-driven flakiness.\n- Couldn't run promptfoo locally (no model-provider creds); validated that the YAML parses. CI will exercise the eval.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\n<!-- codesmith:footer -->\n---\n<a href=\"https://app.blacksmith.sh/darkmatter/codesmith/skills/pr/9\"><picture><source media=\"(prefers-color-scheme: dark)\" srcset=\"https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-dark-v2.svg\"><source media=\"(prefers-color-scheme: light)\" srcset=\"https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-light-v2.svg\"><img alt=\"View with Codesmith\" src=\"https://pr-comments-assets.blacksmith.sh/codesmith/view-with-codesmith-dark-v2.svg\"></picture></a> <a href=\"https://backend.blacksmith.sh/track/enable-autofix?expires=1783037852&installation_id=137091173&pr_number=9&repository=darkmatter%2Fskills&return_to=https%3A%2F%2Fgithub.com%2Fdarkmatter%2Fskills%2Fpull%2F9&signature=8034a8ef0f5694ae4d7ffa69cf8708d91ae90e7b61cd95edbb7e3265697b3368\"><picture><source media=\"(prefers-color-scheme: dark)\" srcset=\"https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-dark.svg\"><source media=\"(prefers-color-scheme: light)\" srcset=\"https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-light.svg\"><img alt=\"Autofix with Codesmith\" src=\"https://pr-comments-assets.blacksmith.sh/codesmith/autofix-with-codesmith-dark.svg\"></picture></a>\n<sup>Need help on this PR? Tag <code>@codesmith</code> with what you need. Autofix is disabled.</sup>\n\n<!-- codesmith:autofix:disabled -->\n<!-- /codesmith:footer -->",
"created_at": "2026-06-03T00:17:29Z",
"updated_at": "2026-06-03T00:17:33Z",
"closed_at": null,
"merged_at": null,
"merge_commit_sha": "91eb3884f2064bc9c641c47d9012d08ed820a4a3",
"assignees": [],
"requested_reviewers": [],
"requested_teams": [],
"labels": [],
"milestone": null,
"draft": false,
"commits_url": "https://api.github.com/repos/darkmatter/skills/pulls/9/commits",
"review_comments_url": "https://api.github.com/repos/darkmatter/skills/pulls/9/comments",
"review_comment_url": "https://api.github.com/repos/darkmatter/skills/pulls/comments{/number}",
"comments_url": "https://api.github.com/repos/darkmatter/skills/issues/9/comments",
"statuses_url": "https://api.github.com/repos/darkmatter/skills/statuses/0bde92a49e1ae041b0974082131df87971cfc2a4",
"head": {
"label": "darkmatter:fix/skill-eval-subagent-scenario",
"ref": "fix/skill-eval-subagent-scenario",
"sha": "0bde92a49e1ae041b0974082131df87971cfc2a4",
"user": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/darkmatter",
"html_url": "https://github.com/darkmatter",
"followers_url": "https://api.github.com/users/darkmatter/followers",
"following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
"gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
"starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
"organizations_url": "https://api.github.com/users/darkmatter/orgs",
"repos_url": "https://api.github.com/users/darkmatter/repos",
"events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
"received_events_url": "https://api.github.com/users/darkmatter/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"repo": {
"id": 1222637032,
"node_id": "R_kgDOSN_16A",
"name": "skills",
"full_name": "darkmatter/skills",
"private": true,
"owner": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/darkmatter",
"html_url": "https://github.com/darkmatter",
"followers_url": "https://api.github.com/users/darkmatter/followers",
"following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
"gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
"starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
"organizations_url": "https://api.github.com/users/darkmatter/orgs",
"repos_url": "https://api.github.com/users/darkmatter/repos",
"events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
"received_events_url": "https://api.github.com/users/darkmatter/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/darkmatter/skills",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/darkmatter/skills",
"forks_url": "https://api.github.com/repos/darkmatter/skills/forks",
"keys_url": "https://api.github.com/repos/darkmatter/skills/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/darkmatter/skills/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/darkmatter/skills/teams",
"hooks_url": "https://api.github.com/repos/darkmatter/skills/hooks",
"issue_events_url": "https://api.github.com/repos/darkmatter/skills/issues/events{/number}",
"events_url": "https://api.github.com/repos/darkmatter/skills/events",
"assignees_url": "https://api.github.com/repos/darkmatter/skills/assignees{/user}",
"branches_url": "https://api.github.com/repos/darkmatter/skills/branches{/branch}",
"tags_url": "https://api.github.com/repos/darkmatter/skills/tags",
"blobs_url": "https://api.github.com/repos/darkmatter/skills/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/darkmatter/skills/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/darkmatter/skills/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/darkmatter/skills/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/darkmatter/skills/statuses/{sha}",
"languages_url": "https://api.github.com/repos/darkmatter/skills/languages",
"stargazers_url": "https://api.github.com/repos/darkmatter/skills/stargazers",
"contributors_url": "https://api.github.com/repos/darkmatter/skills/contributors",
"subscribers_url": "https://api.github.com/repos/darkmatter/skills/subscribers",
"subscription_url": "https://api.github.com/repos/darkmatter/skills/subscription",
"commits_url": "https://api.github.com/repos/darkmatter/skills/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/darkmatter/skills/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/darkmatter/skills/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/darkmatter/skills/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/darkmatter/skills/contents/{+path}",
"compare_url": "https://api.github.com/repos/darkmatter/skills/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/darkmatter/skills/merges",
"archive_url": "https://api.github.com/repos/darkmatter/skills/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/darkmatter/skills/downloads",
"issues_url": "https://api.github.com/repos/darkmatter/skills/issues{/number}",
"pulls_url": "https://api.github.com/repos/darkmatter/skills/pulls{/number}",
"milestones_url": "https://api.github.com/repos/darkmatter/skills/milestones{/number}",
"notifications_url": "https://api.github.com/repos/darkmatter/skills/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/darkmatter/skills/labels{/name}",
"releases_url": "https://api.github.com/repos/darkmatter/skills/releases{/id}",
"deployments_url": "https://api.github.com/repos/darkmatter/skills/deployments",
"created_at": "2026-04-27T15:00:05Z",
"updated_at": "2026-06-03T00:14:14Z",
"pushed_at": "2026-06-03T00:17:27Z",
"git_url": "git://github.com/darkmatter/skills.git",
"ssh_url": "git@github.com:darkmatter/skills.git",
"clone_url": "https://github.com/darkmatter/skills.git",
"svn_url": "https://github.com/darkmatter/skills",
"homepage": null,
"size": 1485,
"stargazers_count": 0,
"watchers_count": 0,
"language": "TypeScript",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 1,
"license": null,
"allow_forking": false,
"is_template": false,
"web_commit_signoff_required": false,
"has_pull_requests": true,
"pull_request_creation_policy": "all",
"topics": [],
"visibility": "private",
"forks": 0,
"open_issues": 1,
"watchers": 0,
"default_branch": "main",
"allow_squash_merge": true,
"allow_merge_commit": true,
"allow_rebase_merge": true,
"allow_auto_merge": false,
"delete_branch_on_merge": false,
"allow_update_branch": false,
"use_squash_pr_title_as_default": false,
"squash_merge_commit_message": "COMMIT_MESSAGES",
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
"merge_commit_message": "PR_TITLE",
"merge_commit_title": "MERGE_MESSAGE"
}
},
"base": {
"label": "darkmatter:main",
"ref": "main",
"sha": "7db54b0e2aaa18b1ae5af8d8a9cd1c0f6888e2c6",
"user": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/darkmatter",
"html_url": "https://github.com/darkmatter",
"followers_url": "https://api.github.com/users/darkmatter/followers",
"following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
"gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
"starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
"organizations_url": "https://api.github.com/users/darkmatter/orgs",
"repos_url": "https://api.github.com/users/darkmatter/repos",
"events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
"received_events_url": "https://api.github.com/users/darkmatter/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"repo": {
"id": 1222637032,
"node_id": "R_kgDOSN_16A",
"name": "skills",
"full_name": "darkmatter/skills",
"private": true,
"owner": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/darkmatter",
"html_url": "https://github.com/darkmatter",
"followers_url": "https://api.github.com/users/darkmatter/followers",
"following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
"gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
"starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
"organizations_url": "https://api.github.com/users/darkmatter/orgs",
"repos_url": "https://api.github.com/users/darkmatter/repos",
"events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
"received_events_url": "https://api.github.com/users/darkmatter/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/darkmatter/skills",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/darkmatter/skills",
"forks_url": "https://api.github.com/repos/darkmatter/skills/forks",
"keys_url": "https://api.github.com/repos/darkmatter/skills/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/darkmatter/skills/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/darkmatter/skills/teams",
"hooks_url": "https://api.github.com/repos/darkmatter/skills/hooks",
"issue_events_url": "https://api.github.com/repos/darkmatter/skills/issues/events{/number}",
"events_url": "https://api.github.com/repos/darkmatter/skills/events",
"assignees_url": "https://api.github.com/repos/darkmatter/skills/assignees{/user}",
"branches_url": "https://api.github.com/repos/darkmatter/skills/branches{/branch}",
"tags_url": "https://api.github.com/repos/darkmatter/skills/tags",
"blobs_url": "https://api.github.com/repos/darkmatter/skills/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/darkmatter/skills/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/darkmatter/skills/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/darkmatter/skills/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/darkmatter/skills/statuses/{sha}",
"languages_url": "https://api.github.com/repos/darkmatter/skills/languages",
"stargazers_url": "https://api.github.com/repos/darkmatter/skills/stargazers",
"contributors_url": "https://api.github.com/repos/darkmatter/skills/contributors",
"subscribers_url": "https://api.github.com/repos/darkmatter/skills/subscribers",
"subscription_url": "https://api.github.com/repos/darkmatter/skills/subscription",
"commits_url": "https://api.github.com/repos/darkmatter/skills/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/darkmatter/skills/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/darkmatter/skills/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/darkmatter/skills/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/darkmatter/skills/contents/{+path}",
"compare_url": "https://api.github.com/repos/darkmatter/skills/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/darkmatter/skills/merges",
"archive_url": "https://api.github.com/repos/darkmatter/skills/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/darkmatter/skills/downloads",
"issues_url": "https://api.github.com/repos/darkmatter/skills/issues{/number}",
"pulls_url": "https://api.github.com/repos/darkmatter/skills/pulls{/number}",
"milestones_url": "https://api.github.com/repos/darkmatter/skills/milestones{/number}",
"notifications_url": "https://api.github.com/repos/darkmatter/skills/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/darkmatter/skills/labels{/name}",
"releases_url": "https://api.github.com/repos/darkmatter/skills/releases{/id}",
"deployments_url": "https://api.github.com/repos/darkmatter/skills/deployments",
"created_at": "2026-04-27T15:00:05Z",
"updated_at": "2026-06-03T00:14:14Z",
"pushed_at": "2026-06-03T00:17:27Z",
"git_url": "git://github.com/darkmatter/skills.git",
"ssh_url": "git@github.com:darkmatter/skills.git",
"clone_url": "https://github.com/darkmatter/skills.git",
"svn_url": "https://github.com/darkmatter/skills",
"homepage": null,
"size": 1485,
"stargazers_count": 0,
"watchers_count": 0,
"language": "TypeScript",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 1,
"license": null,
"allow_forking": false,
"is_template": false,
"web_commit_signoff_required": false,
"has_pull_requests": true,
"pull_request_creation_policy": "all",
"topics": [],
"visibility": "private",
"forks": 0,
"open_issues": 1,
"watchers": 0,
"default_branch": "main",
"allow_squash_merge": true,
"allow_merge_commit": true,
"allow_rebase_merge": true,
"allow_auto_merge": false,
"delete_branch_on_merge": false,
"allow_update_branch": false,
"use_squash_pr_title_as_default": false,
"squash_merge_commit_message": "COMMIT_MESSAGES",
"squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
"merge_commit_message": "PR_TITLE",
"merge_commit_title": "MERGE_MESSAGE"
}
},
"_links": {
"self": {
"href": "https://api.github.com/repos/darkmatter/skills/pulls/9"
},
"html": {
"href": "https://github.com/darkmatter/skills/pull/9"
},
"issue": {
"href": "https://api.github.com/repos/darkmatter/skills/issues/9"
},
"comments": {
"href": "https://api.github.com/repos/darkmatter/skills/issues/9/comments"
},
"review_comments": {
"href": "https://api.github.com/repos/darkmatter/skills/pulls/9/comments"
},
"review_comment": {
"href": "https://api.github.com/repos/darkmatter/skills/pulls/comments{/number}"
},
"commits": {
"href": "https://api.github.com/repos/darkmatter/skills/pulls/9/commits"
},
"statuses": {
"href": "https://api.github.com/repos/darkmatter/skills/statuses/0bde92a49e1ae041b0974082131df87971cfc2a4"
}
},
"author_association": "MEMBER",
"auto_merge": null,
"assignee": null,
"active_lock_reason": null,
"merged": false,
"mergeable": true,
"rebaseable": true,
"mergeable_state": "unstable",
"merged_by": null,
"comments": 0,
"review_comments": 0,
"maintainer_can_modify": false,
"commits": 1,
"additions": 1,
"deletions": 1,
"changed_files": 1
},
"changes": {
"body": {
"from": "## Summary\n\nFixes the long-standing `skill-evals` (promptfoo) failure. This is a **pre-existing** eval bug — the check has been red on `main` for 11+ consecutive runs (since ≥2026-05-28), independent of recent skill-content changes.\n\n## Root cause\n\n`evals/skills/promptfooconfig.yaml` runs each case by feeding an inline `rule` + `scenario` to `gpt-5.5` (temp 0) and grading the returned `DECISION:` line. The `subagent-driven-development` case asserts `DECISION: ALLOW`, but its scenario was under-specified relative to the rule it tests:\n\n- **Rule:** \"Use a fresh subagent per task **with two-stage review** when tasks are independent.\"\n- **Old scenario:** \"...the agent dispatches a fresh subagent for each.\" — omits the two-stage review.\n\nSo the model correctly returned `DECISION: BLOCK` (\"add two-stage review\"), and the case failed **deterministically**. The scenario simply didn't depict the full compliant behavior the rule describes.\n\n## Fix\n\nOne-line scenario change so it depicts fully compliant behavior:\n\n> ...the agent dispatches a fresh subagent for each, **running a two-stage spec-then-quality review after every task.**\n\n`ALLOW` is now the correct decision, matching both the assertion and the case's stated intent (\"allows fresh subagent per independent task\").\n\n## Notes / caveats\n\n- I did **not** touch the `subagent-driven-development` skill (it lives in `docs/00-inbox/skills/`) or its catalog cross-references — they're coherent and unrelated to the failure. The eval never reads `SKILL.md`; it only uses the inline `rule`/`scenario`.\n- This suite is LLM-graded with a tight `max_output_tokens: 80`, which makes some cases flaky (`dispatching-parallel-agents` failed on the prior `main` run but passed on a sibling run). This PR fixes the one **deterministic** failure; if you want the check reliably green, a follow-up bumping `max_output_tokens` (~200) would cut truncation-driven flakiness.\n- Couldn't run promptfoo locally (no model-provider creds); validated that the YAML parses. CI will exercise the eval.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n"
}
},
"repository": {
"id": 1222637032,
"node_id": "R_kgDOSN_16A",
"name": "skills",
"full_name": "darkmatter/skills",
"private": true,
"owner": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/darkmatter",
"html_url": "https://github.com/darkmatter",
"followers_url": "https://api.github.com/users/darkmatter/followers",
"following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
"gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
"starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
"organizations_url": "https://api.github.com/users/darkmatter/orgs",
"repos_url": "https://api.github.com/users/darkmatter/repos",
"events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
"received_events_url": "https://api.github.com/users/darkmatter/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/darkmatter/skills",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/darkmatter/skills",
"forks_url": "https://api.github.com/repos/darkmatter/skills/forks",
"keys_url": "https://api.github.com/repos/darkmatter/skills/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/darkmatter/skills/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/darkmatter/skills/teams",
"hooks_url": "https://api.github.com/repos/darkmatter/skills/hooks",
"issue_events_url": "https://api.github.com/repos/darkmatter/skills/issues/events{/number}",
"events_url": "https://api.github.com/repos/darkmatter/skills/events",
"assignees_url": "https://api.github.com/repos/darkmatter/skills/assignees{/user}",
"branches_url": "https://api.github.com/repos/darkmatter/skills/branches{/branch}",
"tags_url": "https://api.github.com/repos/darkmatter/skills/tags",
"blobs_url": "https://api.github.com/repos/darkmatter/skills/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/darkmatter/skills/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/darkmatter/skills/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/darkmatter/skills/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/darkmatter/skills/statuses/{sha}",
"languages_url": "https://api.github.com/repos/darkmatter/skills/languages",
"stargazers_url": "https://api.github.com/repos/darkmatter/skills/stargazers",
"contributors_url": "https://api.github.com/repos/darkmatter/skills/contributors",
"subscribers_url": "https://api.github.com/repos/darkmatter/skills/subscribers",
"subscription_url": "https://api.github.com/repos/darkmatter/skills/subscription",
"commits_url": "https://api.github.com/repos/darkmatter/skills/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/darkmatter/skills/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/darkmatter/skills/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/darkmatter/skills/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/darkmatter/skills/contents/{+path}",
"compare_url": "https://api.github.com/repos/darkmatter/skills/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/darkmatter/skills/merges",
"archive_url": "https://api.github.com/repos/darkmatter/skills/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/darkmatter/skills/downloads",
"issues_url": "https://api.github.com/repos/darkmatter/skills/issues{/number}",
"pulls_url": "https://api.github.com/repos/darkmatter/skills/pulls{/number}",
"milestones_url": "https://api.github.com/repos/darkmatter/skills/milestones{/number}",
"notifications_url": "https://api.github.com/repos/darkmatter/skills/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/darkmatter/skills/labels{/name}",
"releases_url": "https://api.github.com/repos/darkmatter/skills/releases{/id}",
"deployments_url": "https://api.github.com/repos/darkmatter/skills/deployments",
"created_at": "2026-04-27T15:00:05Z",
"updated_at": "2026-06-03T00:14:14Z",
"pushed_at": "2026-06-03T00:17:27Z",
"git_url": "git://github.com/darkmatter/skills.git",
"ssh_url": "git@github.com:darkmatter/skills.git",
"clone_url": "https://github.com/darkmatter/skills.git",
"svn_url": "https://github.com/darkmatter/skills",
"homepage": null,
"size": 1485,
"stargazers_count": 0,
"watchers_count": 0,
"language": "TypeScript",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 1,
"license": null,
"allow_forking": false,
"is_template": false,
"web_commit_signoff_required": false,
"has_pull_requests": true,
"pull_request_creation_policy": "all",
"topics": [],
"visibility": "private",
"forks": 0,
"open_issues": 1,
"watchers": 0,
"default_branch": "main",
"custom_properties": {}
},
"organization": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"url": "https://api.github.com/orgs/darkmatter",
"repos_url": "https://api.github.com/orgs/darkmatter/repos",
"events_url": "https://api.github.com/orgs/darkmatter/events",
"hooks_url": "https://api.github.com/orgs/darkmatter/hooks",
"issues_url": "https://api.github.com/orgs/darkmatter/issues",
"members_url": "https://api.github.com/orgs/darkmatter/members{/member}",
"public_members_url": "https://api.github.com/orgs/darkmatter/public_members{/member}",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"description": ""
},
"enterprise": {
"id": 469843,
"slug": "darkmatter",
"name": "darkmatter",
"node_id": "E_kgDOAAcrUw",
"avatar_url": "https://avatars.githubusercontent.com/b/469843?v=4",
"description": "",
"website_url": "darkmatter.io",
"html_url": "https://github.com/enterprises/darkmatter",
"created_at": "2025-09-07T16:01:00Z",
"updated_at": "2026-05-09T15:34:55Z"
},
"sender": {
"login": "blacksmith-sh[bot]",
"id": 157653362,
"node_id": "BOT_kgDOCWWZcg",
"avatar_url": "https://avatars.githubusercontent.com/in/807020?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/blacksmith-sh%5Bbot%5D",
"html_url": "https://github.com/apps/blacksmith-sh",
"followers_url": "https://api.github.com/users/blacksmith-sh%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/blacksmith-sh%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/blacksmith-sh%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/blacksmith-sh%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/blacksmith-sh%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/blacksmith-sh%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/blacksmith-sh%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/blacksmith-sh%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/blacksmith-sh%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
},
"installation": {
"id": 131074261,
"node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDc0MjYx"
}
}