Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:53:34 +08:00
commit b6b3a5e2b2
4 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "create-pr",
"description": "Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.",
"version": "1.0.0",
"author": {
"name": "toyamarinyon",
"url": "https://github.com/toyamarinyon"
},
"commands": [
"./commands/"
]
}