Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,12 @@
"description": "Comprehensive collection for writing tests, test automation, and test-driven development including unit tests, integration tests, and end-to-end testing strategies.",
"version": "1.0.0"
},
{
"name": "tiny-tool-town-submitter",
"source": "extensions/tiny-tool-town-submitter",
"description": "Inspect a repository, improve Tiny Tool Town readiness, submit its listing issue, and launch remediation work.",
"version": "1.0.0"
},
{
"name": "token-pacman",
"source": "extensions/token-pacman",
Expand Down
19 changes: 19 additions & 0 deletions extensions/tiny-tool-town-submitter/.github/plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "tiny-tool-town-submitter",
"description": "Inspect a repository, improve Tiny Tool Town readiness, submit its listing issue, and launch remediation work.",
"version": "1.0.0",
"author": {
"name": "James Montemagno",
"url": "https://github.com/jamesmontemagno"
},
"keywords": [
"github-issues",
"open-source",
"project-readiness",
"repository-analysis",
"submission-workflow",
"tiny-tool-town"
],
"logo": "assets/preview.png",
"extensions": "."
}
18 changes: 18 additions & 0 deletions extensions/tiny-tool-town-submitter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Tiny Tool Town Submitter

Inspect the current Git repository, review every field required by Tiny Tool Town, and submit a complete listing issue from a Copilot canvas.

The canvas also checks public-repository readiness, detects missing README guidance, licenses, and showcase imagery, and can request a dedicated Copilot project session to implement selected recommendations.

## Actions

- **Re-scan repository** refreshes detected metadata and readiness findings.
- **Generate options** uses the Copilot SDK to draft short, balanced, and detailed listing descriptions that can be reviewed before applying.
- **Start improvement session** hands selected findings to a new local project session.
- **Submit to Tiny Tool Town** checks required confirmations, searches for an existing submission, and creates the public issue through GitHub CLI.

GitHub CLI must be installed and authenticated to verify repository visibility or submit an issue.

## Assets

- `assets/preview.png` shows the submission workshop canvas.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading