Remove lucide & replace by octicons
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "CI Doctor",
|
||||
"description": "Monitor CI workflows and investigate failures automatically.",
|
||||
"iconName": "lucide stethoscope",
|
||||
"iconName": "octicon pulse",
|
||||
"categories": ["Agentic", "Fault Analysis"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Code Simplifier",
|
||||
"description": "Automatically simplify recently modified code for improved clarity and maintainability.",
|
||||
"iconName": "lucide wand-sparkles",
|
||||
"iconName": "octicon sparkles-fill",
|
||||
"categories": ["Agentic", "Code Improvement"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Daily Documentation Updater",
|
||||
"description": "Automatically update documentation based on recent code changes and merged PRs.",
|
||||
"iconName": "lucide scroll-text",
|
||||
"iconName": "octicon book",
|
||||
"categories": ["Agentic", "Code Improvement"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Daily Repo Status",
|
||||
"description": "Assess repository activity and create status reports.",
|
||||
"iconName": "lucide users",
|
||||
"iconName": "octicon people",
|
||||
"categories": ["Agentic", "Research & Planning"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Daily Team Status",
|
||||
"description": "Create upbeat daily team activity summaries with productivity insights.",
|
||||
"iconName": "lucide user-round",
|
||||
"iconName": "octicon person",
|
||||
"categories": ["Agentic", "Research & Planning"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Daily Test Improver",
|
||||
"description": "Improve test coverage by adding meaningful tests to under-tested areas.",
|
||||
"iconName": "lucide test-tube",
|
||||
"iconName": "octicon beaker",
|
||||
"categories": ["Agentic", "Code Improvement"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Duplicate Code Detector",
|
||||
"description": "Identify duplicate code patterns and suggest refactoring opportunities.",
|
||||
"iconName": "lucide copy",
|
||||
"iconName": "octicon search",
|
||||
"categories": ["Agentic", "Code Improvement"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Issue Triage",
|
||||
"description": "Triage labelling of issues and pull requests and not much more.",
|
||||
"iconName": "lucide tag",
|
||||
"iconName": "octicon tag",
|
||||
"categories": ["Agentic", "Maintainer"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "PR Fix",
|
||||
"description": "Analyze failing CI checks and implement fixes for pull requests.",
|
||||
"iconName": "lucide wrench",
|
||||
"iconName": "octicon tools",
|
||||
"categories": ["Agentic", "Fault Analysis"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Repo Assist",
|
||||
"description": "A regular, pervasive all-tools repository assistant that triages issues, investigates issues, replies with comments, fixes bugs, proposes engineering improvements, and maintains activity summaries.",
|
||||
"iconName": "lucide bot",
|
||||
"iconName": "octicon dependabot",
|
||||
"categories": ["Agentic", "Maintainer"]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Repository Quality Improver",
|
||||
"description": "Daily rotating analysis of repository quality across code, documentation, testing, security, and custom dimensions.",
|
||||
"iconName": "lucide chart-column",
|
||||
"iconName": "octicon graph-bar-horizontal",
|
||||
"categories": ["Agentic", "Code Improvement"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user