Commit 04fae1d
Add LibraryMethodAnalysisTrigger to identify unused GitHub API methods
This commit implements issue #97 by adding a new trigger that analyzes the codebase
to find places where existing GitHub API library methods can be better utilized.
Features:
- Analyzes current usage patterns of Octokit GitHub API methods
- Identifies unused library methods that could enhance bot functionality
- Suggests optimizations for async/await patterns, batching, and caching
- Provides detailed markdown reports with actionable recommendations
- Integrates seamlessly with existing issue tracker infrastructure
The trigger activates on issues with titles containing "analyze library usage",
"find library methods", or bodies mentioning "library method analysis".
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 4ddd7e1 commit 04fae1d
File tree
2 files changed
+646
-1
lines changed- csharp/Platform.Bot
- Triggers
2 files changed
+646
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments