원클릭으로
gitlab-today
Fetch and format today's GitLab activity into the daily progress structure
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Fetch and format today's GitLab activity into the daily progress structure
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.
This skill should be used when the user invokes "/feature-review", asks to "review this feature for bugs", "analyze this feature", "check for potential bugs", "do a feature analysis", or wants a structured bug risk assessment of a codebase feature. Always use this skill for feature-level bug analysis and risk reporting.
Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.
Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.
Use when writing tests, adding mocks, or reviewing test code — catches asserting on mocks, test-only methods in production, partial mocks, mocking without understanding side effects, and other test-quality red flags. Methodology-agnostic, no TDD assumed.
Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training.
| name | gitlab-today |
| description | Fetch and format today's GitLab activity into the daily progress structure |
| origin | custom |
Fetches today's GitLab events and formats them as a daily progress report.
YYYY-MM-DD format from the system, then subtract 1 day to get yesterday's datemcp__gitlab-events__get_gitlab_events with:
after: yesterday's date (YYYY-MM-DD) — use day-1 so today's events are includedper_page: 100created_at starts with today's date (YYYY-MM-DD)This is my today progress project
Save it
<project-name>
1. <Feature title>
- <What changed or was added>
- <Why it matters or what it replaces/fixes>
2. <Next feature title>
- <What changed>
- <Why it matters>
target_title on the project or MR's project)feat(x):, fix:, chore:, refactor:, etc.Closed (not merged)No GitLab activity found for today.