{"id":50690167,"url":"https://github.com/tatoclemente/mention-team-extension","last_synced_at":"2026-06-09T02:08:56.952Z","repository":{"id":325698963,"uuid":"1102093941","full_name":"tatoclemente/mention-team-extension","owner":"tatoclemente","description":"VSCode extension for mentioning team members in code comments with automatic GitHub notifications","archived":false,"fork":false,"pushed_at":"2025-11-22T21:40:46.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-22T22:07:36.492Z","etag":null,"topics":["code-comments","developer-tools","github","team-collaboration","typescript","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tatoclemente.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-22T20:05:14.000Z","updated_at":"2025-11-22T21:40:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tatoclemente/mention-team-extension","commit_stats":null,"previous_names":["tatoclemente/mention-team-extension"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tatoclemente/mention-team-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatoclemente%2Fmention-team-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatoclemente%2Fmention-team-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatoclemente%2Fmention-team-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatoclemente%2Fmention-team-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tatoclemente","download_url":"https://codeload.github.com/tatoclemente/mention-team-extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tatoclemente%2Fmention-team-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34088071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code-comments","developer-tools","github","team-collaboration","typescript","vscode-extension"],"created_at":"2026-06-09T02:08:51.909Z","updated_at":"2026-06-09T02:08:56.926Z","avatar_url":"https://github.com/tatoclemente.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mention my team\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![VSCode](https://img.shields.io/badge/VSCode-Extension-blue.svg)](https://code.visualstudio.com/)\n[![Version](https://img.shields.io/badge/version-0.1.0--beta-orange.svg)](https://marketplace.visualstudio.com/items?itemName=tatoclemente.mention-my-team)\n[![Free](https://img.shields.io/badge/price-FREE-green.svg)](https://marketplace.visualstudio.com/items?itemName=tatoclemente.mention-my-team)\n\n\u003e ⚠️ **Beta Version** - This extension is in early development. Please report any issues on [GitHub](https://github.com/tatoclemente/mention-team-extension/issues).\n\nExtensión para VSCode que permite mencionar miembros del equipo en comentarios de código con integración a GitHub.\n\n## Características\n\n- 🎯 Menciona compañeros con `@username` en comentarios\n- 📝 Sintaxis compatible con Better Comments\n- 🔔 Notificaciones automáticas via GitHub Issues con asignación directa\n- 📧 Notificación por email automática de GitHub al usuario mencionado\n- 📍 Links directos al código en GitHub con número de línea\n- 📄 Contexto de código (10 líneas) incluido en la issue\n- 🗑️ Borrado de menciones cierra automáticamente la issue en GitHub\n- 🎨 Resaltado visual de menciones\n- ⚙️ Configuración simple\n\n## Uso\n\n```javascript\n// @johndoe Revisar si este método debería validar el cityId\n//? author: @tatoclemente fecha: 22 nov 2025\nstatic create(props: LocalityProps): Locality {\n  return new Locality(\n    props.id,\n    props.name,\n    props.cityId\n  );\n}\n```\n\nCuando escaneas las menciones, la extensión:\n1. Crea una GitHub Issue asignada al usuario mencionado\n2. GitHub envía automáticamente un email de notificación\n3. La issue incluye:\n   - El mensaje de la mención\n   - Link directo al archivo y línea en GitHub\n   - Autor y fecha\n   - Contexto: 10 líneas de código después del comentario author\n\n### Borrar menciones\n\nCuando borras una mención del código y vuelves a escanear:\n- La extensión detecta que la mención fue eliminada\n- Cierra automáticamente la GitHub Issue correspondiente\n- Agrega un comentario indicando que la mención fue resuelta\n\nEsto mantiene sincronizado tu código con las issues de GitHub.\n\n## Configuración\n\n### Configuración inicial\n\n1. Configurar tu usuario de GitHub:\n   ```bash\n   git config --global github.user tu-usuario-github\n   ```\n\n2. Crear un GitHub Personal Access Token:\n   - Ve a GitHub → Settings → Developer settings → [Personal access tokens → Tokens (classic)](https://github.com/settings/tokens)\n   - Click en \"Generate new token (classic)\"\n   - Nombre: `VSCode Team Mentions`\n   - Permisos necesarios: `repo` (acceso completo a repositorios)\n   - Click en \"Generate token\" y copia el token\n\n3. Ejecutar comando en VSCode: `Team Mentions: Configure`\n4. Pegar el GitHub Personal Access Token cuando se solicite\n5. La extensión detectará automáticamente el repositorio desde tu configuración de git\n\n\u003e 💡 Solo necesitas configurar el token una vez. El repositorio se detecta automáticamente desde `git remote origin`\n\n### Formato de menciones\n\nLa extensión busca el siguiente patrón:\n```\n// @username Mensaje para el usuario\n//? author: @tuusuario fecha: DD MMM YYYY\n[código que se incluirá como contexto - hasta 10 líneas]\n```\n\n## Comandos\n\n- `Team Mentions: Configure` - Configurar extensión\n- `Team Mentions: Scan for Mentions` - Escanear menciones en workspace y sincronizar con GitHub\n\n## Configuración avanzada\n\nPuedes cambiar el método de notificación en la configuración de VSCode:\n- `issue` (por defecto): Crea GitHub Issues con label `team-mention` para fácil filtrado\n- `discussion` (avanzado): Crea GitHub Discussions que se pueden borrar (requiere habilitar Discussions en el repo)\n\n## Estado Actual\n\n✅ Funcionalidades implementadas:\n- Detección de menciones con sintaxis `@username`\n- Metadata con `//? author: @username fecha: DD MMM YYYY`\n- Creación automática de GitHub Issues\n- Asignación directa al usuario mencionado\n- Label `team-mention` para filtrado fácil\n- Contexto de código (10 líneas después del author)\n- Links directos a GitHub con línea específica\n- Notificación por email vía GitHub\n\n## Roadmap\n\n- [ ] Soporte para GitLab\n- [ ] Integración con Cursor/Windsurf\n- [ ] Notificaciones en tiempo real\n- [ ] Configuración por proyecto\n- [ ] Soporte para comentarios multi-línea `/* */`\n\n## Contribuir\n\n¡Las contribuciones son bienvenidas! Lee [CONTRIBUTING.md](CONTRIBUTING.md) para más detalles.\n\n## Licencia\n\nMIT © [tatoclemente](https://github.com/tatoclemente)\n\n## Autor\n\nCreado por [@tatoclemente](https://github.com/tatoclemente)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftatoclemente%2Fmention-team-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftatoclemente%2Fmention-team-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftatoclemente%2Fmention-team-extension/lists"}