You can now install and manage agent skills with GitHub CLI ๐
Been super fun to build this with @SamMorrowDrums and the rest of the crew
https://t.co/4kkXl2JswL
@basiclines The GitHub MCP Server is awesome for that! I mainly use tools like get_file_contents, issue_read and pull_request_read and then just link to issues/PRs/files when chatting with the agent. Works like a charm:)
@evanyou When using React, in my experience they havenโt been great at managing the rendering lifecycle. They often write hacky code like smelly or unnecessary useEffects / useMemo / setTimeout etc. And they tend to over engineer things that can be done in clean and simple ways:)