{"id":327,"date":"2026-08-07T20:14:58","date_gmt":"2026-08-07T14:44:58","guid":{"rendered":"https:\/\/blogs.reskilll.com\/git-workflow-teams-using-ai-collaborate-2026\/"},"modified":"2026-08-07T20:28:22","modified_gmt":"2026-08-07T14:58:22","slug":"git-workflow-teams-using-ai-collaborate-2026","status":"publish","type":"post","link":"https:\/\/blogs.reskilll.com\/git-workflow-teams-using-ai-collaborate-2026\/","title":{"rendered":"Git Workflow for Teams Using AI: How to Collaborate When AI Writes Most of the Code"},"content":{"rendered":"<p><strong>The problem:<\/strong> When one person can generate 500 lines of code in 10 minutes using AI, your traditional PR review process collapses. Reviewers can&#8217;t keep up. Context gets lost. Here&#8217;s how teams are adapting.<\/p>\n<h2>The Old Git Workflow (Pre-AI)<\/h2>\n<pre><code>Developer writes code (2-3 days)\n  -> Opens PR (50-200 lines)\n  -> Reviewer reads line by line (30 min)\n  -> Comments and iterations (1-2 days)\n  -> Merge<\/code><\/pre>\n<p>This worked when humans wrote 50-200 lines per PR. It breaks when AI generates 500-2000 lines per PR.<\/p>\n<h2>The New Git Workflow (AI-Enhanced)<\/h2>\n<h3>Pattern 1: Atomic AI Commits<\/h3>\n<p>Instead of one giant PR, break AI-generated changes into logical commits:<\/p>\n<pre><code>feat: add user model and migration (AI-generated, human-reviewed)\nfeat: add auth endpoints (AI-generated, human-reviewed)\nfeat: add auth middleware (AI-generated, human-reviewed)\ntest: add auth test suite (AI-generated, human-verified)\nstyle: apply project formatting conventions<\/code><\/pre>\n<p>Each commit is reviewable independently. Reviewer can focus on one logical unit at a time.<\/p>\n<h3>Pattern 2: Intent-First PR Descriptions<\/h3>\n<p>Old PR description: &#8220;Added login feature&#8221;<\/p>\n<p>New PR description:<\/p>\n<pre><code>## Intent\nUsers need to log in with email+password and receive a JWT.\n\n## Architecture Decision\nChose JWT over sessions because [reason].\nRefresh token rotation for security.\n\n## AI-Generated Code (Review Focus Areas)\n- auth.controller.ts: Token generation logic (SECURITY-CRITICAL)\n- auth.middleware.ts: Route protection (check edge cases)\n- auth.test.ts: AI-generated tests (verify coverage is meaningful)\n\n## Human-Written\n- Migration files (schema decisions)\n- Error messages (UX decisions)<\/code><\/pre>\n<p>This tells the reviewer WHERE to focus their limited attention.<\/p>\n<h3>Pattern 3: Two-Phase Review<\/h3>\n<ol>\n<li><strong>Architecture review (5 min)<\/strong> &#8211; Does the approach make sense? Right abstractions? Right patterns?<\/li>\n<li><strong>Security\/logic review (15 min)<\/strong> &#8211; Focus only on: auth, data validation, error handling, edge cases<\/li>\n<\/ol>\n<p>Skip reviewing: formatting, boilerplate, imports, standard CRUD operations. AI gets these right 99% of the time.<\/p>\n<h2>Branch Strategy for AI-Heavy Development<\/h2>\n<pre><code>main (protected)\n  |\n  +-- feature\/user-auth (developer's branch)\n       |\n       +-- ai\/auth-model (AI-generated, squash when reviewed)\n       +-- ai\/auth-endpoints (AI-generated, squash when reviewed)\n       +-- human\/auth-security-review (manual security hardening)<\/code><\/pre>\n<p>AI work goes into sub-branches that get squashed into the feature branch after review. Clean history.<\/p>\n<h2>Rules for AI-Generated Code in Teams<\/h2>\n<ol>\n<li><strong>Tag AI-generated commits<\/strong> &#8211; use [AI] prefix or a co-authored-by trailer<\/li>\n<li><strong>Every AI generation needs a human reviewer<\/strong> &#8211; no direct merge to main<\/li>\n<li><strong>Tests are mandatory<\/strong> &#8211; AI can write them, but a human must verify they test the right things<\/li>\n<li><strong>Security-critical code gets manual review<\/strong> &#8211; auth, payments, data deletion<\/li>\n<li><strong>Document the AI prompt<\/strong> &#8211; add the prompt as a comment in PR for context<\/li>\n<\/ol>\n<h2>Tools for AI + Git Collaboration<\/h2>\n<ul>\n<li><strong>Claude Code<\/strong> &#8211; generates code with proper git commits<\/li>\n<li><strong>Cursor Composer<\/strong> &#8211; multi-file generation with diff view<\/li>\n<li><strong>GitHub Copilot PR Review<\/strong> &#8211; AI-assisted code review for AI-generated code<\/li>\n<li><strong>Graphite\/Stacked PRs<\/strong> &#8211; break large AI changes into reviewable stacks<\/li>\n<\/ul>\n<p><a href=\"https:\/\/reskilll.com\/allHacks\">Practice team git workflows at hackathons on Reskilll<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>When AI generates 70% of your codebase, traditional code review breaks down. Here&#8217;s the new git workflow for teams where humans direct and AI implements.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[3],"tags":[],"class_list":["post-327","post","type-post","status-publish","format-standard","hentry","category-hackathons"],"yoast_meta":{"focuskw":"git workflow teams using","metadesc":"When AI generates 70% of your codebase, traditional code review breaks down. Here&#8217;s the new git workflow for teams where humans direct and AI impl...","title":"Git Workflow for Teams Using AI: How to Collaborate When ... | Reskilll Blog"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Git Workflow for Teams Using AI: How to Collaborate When ... | Reskilll Blog<\/title>\n<meta name=\"description\" content=\"When AI generates 70% of your codebase, traditional code review breaks down. Here&#8217;s the new git workflow for teams where humans direct and AI impl...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blogs.reskilll.com\/git-workflow-teams-using-ai-collaborate-2026\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Git Workflow for Teams Using AI: How to Collaborate When ... | Reskilll Blog\" \/>\n<meta property=\"og:description\" content=\"When AI generates 70% of your codebase, traditional code review breaks down. Here&#8217;s the new git workflow for teams where humans direct and AI impl...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blogs.reskilll.com\/git-workflow-teams-using-ai-collaborate-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"Reskilll Blogs\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/reskilllofficial\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-07T14:44:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-07T14:58:22+00:00\" \/>\n<meta name=\"author\" content=\"Reskilll Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Reskilll\" \/>\n<meta name=\"twitter:site\" content=\"@Reskilll\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Reskilll Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/git-workflow-teams-using-ai-collaborate-2026\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/git-workflow-teams-using-ai-collaborate-2026\\\/\"},\"author\":{\"name\":\"Reskilll Team\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/person\\\/04cc3689f9eeb0b8fbd64b35743eb8e3\"},\"headline\":\"Git Workflow for Teams Using AI: How to Collaborate When AI Writes Most of the Code\",\"datePublished\":\"2026-08-07T14:44:58+00:00\",\"dateModified\":\"2026-08-07T14:58:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/git-workflow-teams-using-ai-collaborate-2026\\\/\"},\"wordCount\":323,\"publisher\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#organization\"},\"articleSection\":[\"Hackathons\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/git-workflow-teams-using-ai-collaborate-2026\\\/\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/git-workflow-teams-using-ai-collaborate-2026\\\/\",\"name\":\"Git Workflow for Teams Using AI: How to Collaborate When ... | Reskilll Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#website\"},\"datePublished\":\"2026-08-07T14:44:58+00:00\",\"dateModified\":\"2026-08-07T14:58:22+00:00\",\"description\":\"When AI generates 70% of your codebase, traditional code review breaks down. Here&#8217;s the new git workflow for teams where humans direct and AI impl...\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/git-workflow-teams-using-ai-collaborate-2026\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/blogs.reskilll.com\\\/git-workflow-teams-using-ai-collaborate-2026\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/git-workflow-teams-using-ai-collaborate-2026\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/blogs.reskilll.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Git Workflow for Teams Using AI: How to Collaborate When AI Writes Most of the Code\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#website\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/\",\"name\":\"Reskilll Blogs\",\"description\":\"Tech, Hackathons &amp; Innovation\",\"publisher\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/blogs.reskilll.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#organization\",\"name\":\"Reskilll\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/reskilll-logo.png\",\"contentUrl\":\"https:\\\/\\\/blogs.reskilll.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/reskilll-logo.png\",\"width\":1642,\"height\":374,\"caption\":\"Reskilll\"},\"image\":{\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/reskilllofficial\\\/\",\"https:\\\/\\\/x.com\\\/Reskilll\",\"https:\\\/\\\/www.instagram.com\\\/reskilllofficial\\\/\",\"https:\\\/\\\/in.linkedin.com\\\/company\\\/reskilll\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/blogs.reskilll.com\\\/#\\\/schema\\\/person\\\/04cc3689f9eeb0b8fbd64b35743eb8e3\",\"name\":\"Reskilll Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g\",\"caption\":\"Reskilll Team\"},\"sameAs\":[\"https:\\\/\\\/blogs.reskilll.com\"],\"url\":\"https:\\\/\\\/blogs.reskilll.com\\\/author\\\/reskilll-1asd-admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Git Workflow for Teams Using AI: How to Collaborate When ... | Reskilll Blog","description":"When AI generates 70% of your codebase, traditional code review breaks down. Here&#8217;s the new git workflow for teams where humans direct and AI impl...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/blogs.reskilll.com\/git-workflow-teams-using-ai-collaborate-2026\/","og_locale":"en_US","og_type":"article","og_title":"Git Workflow for Teams Using AI: How to Collaborate When ... | Reskilll Blog","og_description":"When AI generates 70% of your codebase, traditional code review breaks down. Here&#8217;s the new git workflow for teams where humans direct and AI impl...","og_url":"https:\/\/blogs.reskilll.com\/git-workflow-teams-using-ai-collaborate-2026\/","og_site_name":"Reskilll Blogs","article_publisher":"https:\/\/www.facebook.com\/reskilllofficial\/","article_published_time":"2026-08-07T14:44:58+00:00","article_modified_time":"2026-08-07T14:58:22+00:00","author":"Reskilll Team","twitter_card":"summary_large_image","twitter_creator":"@Reskilll","twitter_site":"@Reskilll","twitter_misc":{"Written by":"Reskilll Team","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blogs.reskilll.com\/git-workflow-teams-using-ai-collaborate-2026\/#article","isPartOf":{"@id":"https:\/\/blogs.reskilll.com\/git-workflow-teams-using-ai-collaborate-2026\/"},"author":{"name":"Reskilll Team","@id":"https:\/\/blogs.reskilll.com\/#\/schema\/person\/04cc3689f9eeb0b8fbd64b35743eb8e3"},"headline":"Git Workflow for Teams Using AI: How to Collaborate When AI Writes Most of the Code","datePublished":"2026-08-07T14:44:58+00:00","dateModified":"2026-08-07T14:58:22+00:00","mainEntityOfPage":{"@id":"https:\/\/blogs.reskilll.com\/git-workflow-teams-using-ai-collaborate-2026\/"},"wordCount":323,"publisher":{"@id":"https:\/\/blogs.reskilll.com\/#organization"},"articleSection":["Hackathons"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/blogs.reskilll.com\/git-workflow-teams-using-ai-collaborate-2026\/","url":"https:\/\/blogs.reskilll.com\/git-workflow-teams-using-ai-collaborate-2026\/","name":"Git Workflow for Teams Using AI: How to Collaborate When ... | Reskilll Blog","isPartOf":{"@id":"https:\/\/blogs.reskilll.com\/#website"},"datePublished":"2026-08-07T14:44:58+00:00","dateModified":"2026-08-07T14:58:22+00:00","description":"When AI generates 70% of your codebase, traditional code review breaks down. Here&#8217;s the new git workflow for teams where humans direct and AI impl...","breadcrumb":{"@id":"https:\/\/blogs.reskilll.com\/git-workflow-teams-using-ai-collaborate-2026\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blogs.reskilll.com\/git-workflow-teams-using-ai-collaborate-2026\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/blogs.reskilll.com\/git-workflow-teams-using-ai-collaborate-2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/blogs.reskilll.com\/"},{"@type":"ListItem","position":2,"name":"Git Workflow for Teams Using AI: How to Collaborate When AI Writes Most of the Code"}]},{"@type":"WebSite","@id":"https:\/\/blogs.reskilll.com\/#website","url":"https:\/\/blogs.reskilll.com\/","name":"Reskilll Blogs","description":"Tech, Hackathons &amp; Innovation","publisher":{"@id":"https:\/\/blogs.reskilll.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blogs.reskilll.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/blogs.reskilll.com\/#organization","name":"Reskilll","url":"https:\/\/blogs.reskilll.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.reskilll.com\/#\/schema\/logo\/image\/","url":"https:\/\/blogs.reskilll.com\/wp-content\/uploads\/2026\/04\/reskilll-logo.png","contentUrl":"https:\/\/blogs.reskilll.com\/wp-content\/uploads\/2026\/04\/reskilll-logo.png","width":1642,"height":374,"caption":"Reskilll"},"image":{"@id":"https:\/\/blogs.reskilll.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/reskilllofficial\/","https:\/\/x.com\/Reskilll","https:\/\/www.instagram.com\/reskilllofficial\/","https:\/\/in.linkedin.com\/company\/reskilll"]},{"@type":"Person","@id":"https:\/\/blogs.reskilll.com\/#\/schema\/person\/04cc3689f9eeb0b8fbd64b35743eb8e3","name":"Reskilll Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bb0b0d68d9b8776824760bfdda0beb6a23bb14f37a3aa71d75595bcabc4ce233?s=96&d=mm&r=g","caption":"Reskilll Team"},"sameAs":["https:\/\/blogs.reskilll.com"],"url":"https:\/\/blogs.reskilll.com\/author\/reskilll-1asd-admin\/"}]}},"_links":{"self":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts\/327","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/comments?post=327"}],"version-history":[{"count":1,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts\/327\/revisions"}],"predecessor-version":[{"id":360,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/posts\/327\/revisions\/360"}],"wp:attachment":[{"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/media?parent=327"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/categories?post=327"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.reskilll.com\/wp-json\/wp\/v2\/tags?post=327"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}