Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:51 +08:00
commit 5a5578eae7
11 changed files with 459 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for web-to-github-issue skill
- [ ] github_issue_creator.py: Automates the creation of GitHub issues using the GitHub API. Takes web search results as input and formats them into a well-structured issue.
- [ ] web_search_parser.py: Parses web search results from different search engines, extracting relevant information such as titles, snippets, and URLs.
- [ ] config_validator.py: Validates the configuration settings for the GitHub API, ensuring that the necessary credentials and settings are correctly configured.